Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -79,7 +79,7 @@ demo = gr.ChatInterface(
|
|
| 79 |
],
|
| 80 |
css=opq # Add the custom CSS here
|
| 81 |
)
|
| 82 |
-
|
| 83 |
|
| 84 |
if __name__ == "__main__":
|
| 85 |
demo.launch(share=True)
|
|
|
|
| 79 |
],
|
| 80 |
css=opq # Add the custom CSS here
|
| 81 |
)
|
| 82 |
+
|
| 83 |
|
| 84 |
if __name__ == "__main__":
|
| 85 |
demo.launch(share=True)
|