datasciencedojo commited on
Commit
cd8ac3f
·
1 Parent(s): cedbc67

increase the height to 70vh

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -115,6 +115,10 @@ div[data-testid="user"] {
115
  background-color: #253885 !important;
116
  }
117
 
 
 
 
 
118
  """
119
  demo = gr.Interface(
120
  chat,
 
115
  background-color: #253885 !important;
116
  }
117
 
118
+ .h-\[40vh\]{
119
+ height: 70vh !important;
120
+ }
121
+
122
  """
123
  demo = gr.Interface(
124
  chat,