Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -78,7 +78,6 @@ demo = gr.ChatInterface(
|
|
| 78 |
"Write a Python function to reverse a string",
|
| 79 |
"What is photosynthesis?",
|
| 80 |
],
|
| 81 |
-
theme=gr.themes.Soft(),
|
| 82 |
)
|
| 83 |
|
| 84 |
demo.launch()
|
|
|
|
| 78 |
"Write a Python function to reverse a string",
|
| 79 |
"What is photosynthesis?",
|
| 80 |
],
|
|
|
|
| 81 |
)
|
| 82 |
|
| 83 |
demo.launch()
|