Update app.py
Browse files
app.py
CHANGED
|
@@ -81,9 +81,12 @@ demo = gr.ChatInterface(
|
|
| 81 |
theme=gr.themes.Soft(),
|
| 82 |
retry_btn=None,
|
| 83 |
undo_btn=None,
|
| 84 |
-
css="""#component-
|
| 85 |
-
|
| 86 |
-
|
|
|
|
|
|
|
|
|
|
| 87 |
}
|
| 88 |
#component-6{
|
| 89 |
width: 50%;
|
|
|
|
| 81 |
theme=gr.themes.Soft(),
|
| 82 |
retry_btn=None,
|
| 83 |
undo_btn=None,
|
| 84 |
+
css="""#component-2{
|
| 85 |
+
flex-direction:row !important;
|
| 86 |
+
}
|
| 87 |
+
#component-3{
|
| 88 |
+
min-height: 100% !important;
|
| 89 |
+
width: 50% !important;
|
| 90 |
}
|
| 91 |
#component-6{
|
| 92 |
width: 50%;
|