Update app.py
Browse files
app.py
CHANGED
|
@@ -81,6 +81,21 @@ demo = gr.ChatInterface(
|
|
| 81 |
theme=gr.themes.Soft(),
|
| 82 |
retry_btn=None,
|
| 83 |
undo_btn=None,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 84 |
)
|
| 85 |
|
| 86 |
|
|
|
|
| 81 |
theme=gr.themes.Soft(),
|
| 82 |
retry_btn=None,
|
| 83 |
undo_btn=None,
|
| 84 |
+
css="""#component-3{
|
| 85 |
+
min-height: 100%;
|
| 86 |
+
width: 50%;
|
| 87 |
+
}
|
| 88 |
+
#component-6{
|
| 89 |
+
width: 50%;
|
| 90 |
+
position: absolute;
|
| 91 |
+
left: 50%;
|
| 92 |
+
z-index: 100;
|
| 93 |
+
bottom: 45%;
|
| 94 |
+
}
|
| 95 |
+
#component-14{
|
| 96 |
+
width: 50%;
|
| 97 |
+
height: 50%;
|
| 98 |
+
}"""
|
| 99 |
)
|
| 100 |
|
| 101 |
|