Update app.py
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ demo = gr.ChatInterface(
|
|
60 |
|
61 |
],
|
62 |
theme="Nymbo/Alyx_Theme",
|
63 |
-
height=700
|
64 |
)
|
65 |
if __name__ == "__main__":
|
66 |
demo.launch()
|
|
|
60 |
|
61 |
],
|
62 |
theme="Nymbo/Alyx_Theme",
|
63 |
+
height=700,
|
64 |
)
|
65 |
if __name__ == "__main__":
|
66 |
demo.launch()
|