Update app.py
Browse files
app.py
CHANGED
|
@@ -96,17 +96,17 @@ CSS = """
|
|
| 96 |
min-width:120px !important;
|
| 97 |
flex:0 0 auto !important;
|
| 98 |
}
|
| 99 |
-
/*
|
| 100 |
-
#
|
| 101 |
-
#
|
| 102 |
-
#
|
| 103 |
-
#
|
| 104 |
-
#
|
| 105 |
-
#
|
| 106 |
-
#
|
|
|
|
| 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 |
|