Spaces:
Running
Running
Commit
·
76a6ea9
1
Parent(s):
d89e652
UI - theme
Browse files
app.py
CHANGED
|
@@ -102,10 +102,10 @@ iface = gr.Blocks(css="""
|
|
| 102 |
|
| 103 |
@media (max-width: 768px) {
|
| 104 |
#result_output_box {
|
| 105 |
-
width:
|
| 106 |
}
|
| 107 |
#text_input_box{
|
| 108 |
-
width:
|
| 109 |
}
|
| 110 |
}
|
| 111 |
|
|
|
|
| 102 |
|
| 103 |
@media (max-width: 768px) {
|
| 104 |
#result_output_box {
|
| 105 |
+
width: 100%;
|
| 106 |
}
|
| 107 |
#text_input_box{
|
| 108 |
+
width: 100%;
|
| 109 |
}
|
| 110 |
}
|
| 111 |
|