unijoh commited on
Commit
1df4379
·
verified ·
1 Parent(s): 2a855b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -9
app.py CHANGED
@@ -96,17 +96,17 @@ CSS = """
96
  min-width:120px !important;
97
  flex:0 0 auto !important;
98
  }
99
- /* Textbox: remove the extra OUTER border line, keep the textarea border */
100
- #input_box,
101
- #input_box > div,
102
- #input_box .gr-block,
103
- #input_box .gr-box,
104
- #input_box .gr-panel,
105
- #input_box .wrap,
106
- #input_box .container{
 
107
  border: 0 !important;
108
  box-shadow: none !important;
109
- background: transparent !important;
110
  }
111
  """
112
 
 
96
  min-width:120px !important;
97
  flex:0 0 auto !important;
98
  }
99
+ /* Remove the big Gradio panel/frame around the textbox (keep textarea normal) */
100
+ #input_col,
101
+ #input_col > div,
102
+ #input_col .gr-block,
103
+ #input_col .gr-box,
104
+ #input_col .gr-panel,
105
+ #input_col .gr-group,
106
+ #input_col .gr-form{
107
+ background: transparent !important;
108
  border: 0 !important;
109
  box-shadow: none !important;
 
110
  }
111
  """
112