jdesiree commited on
Commit
76133e9
·
verified ·
1 Parent(s): a14b74e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -5
app.py CHANGED
@@ -262,15 +262,13 @@ with gr.Blocks(theme=theme, css="""
262
  margin-top: 0.25rem;
263
  max-width: 100%;
264
  padding: 0 0.5rem;
265
- }
266
- .custom-textbox {
267
- min-width: 300px !important;
268
  }
269
  .custom-textbox input {
270
  padding: 12px 15px !important;
271
  font-size: 14px !important;
272
- min-width: 300px !important;
273
- min-height: 45px !important;
274
  height: 45px !important;
275
  }
276
  }
 
262
  margin-top: 0.25rem;
263
  max-width: 100%;
264
  padding: 0 0.5rem;
265
+
 
 
266
  }
267
  .custom-textbox input {
268
  padding: 12px 15px !important;
269
  font-size: 14px !important;
270
+ min-width: 400px !important;
271
+ min-height: 100px !important;
272
  height: 45px !important;
273
  }
274
  }