Update app.py
Browse files
app.py
CHANGED
|
@@ -136,7 +136,24 @@ demo = gr.ChatInterface(
|
|
| 136 |
theme=gr.themes.Soft(),
|
| 137 |
retry_btn=None,
|
| 138 |
undo_btn=None,
|
| 139 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 140 |
)
|
| 141 |
|
| 142 |
|
|
|
|
| 136 |
theme=gr.themes.Soft(),
|
| 137 |
retry_btn=None,
|
| 138 |
undo_btn=None,
|
| 139 |
+
css="""#component-2{
|
| 140 |
+
flex-direction:row !important;
|
| 141 |
+
}
|
| 142 |
+
#component-3{
|
| 143 |
+
min-height: 100% !important;
|
| 144 |
+
width: 50% !important;
|
| 145 |
+
}
|
| 146 |
+
#component-6{
|
| 147 |
+
width: 50% !important;
|
| 148 |
+
position: absolute !important;
|
| 149 |
+
left: 50% !important;
|
| 150 |
+
z-index: 100 !important;
|
| 151 |
+
bottom: 45% !important;
|
| 152 |
+
}
|
| 153 |
+
#component-14{
|
| 154 |
+
width: 50% !important;
|
| 155 |
+
height: 50% !important;
|
| 156 |
+
}"""
|
| 157 |
)
|
| 158 |
|
| 159 |
|