Spaces:
Runtime error
Runtime error
going back to earlier version, deleting image.
Browse files
app.py
CHANGED
|
@@ -74,5 +74,5 @@ def respond(message, history):
|
|
| 74 |
|
| 75 |
|
| 76 |
|
| 77 |
-
chatbot = gr.ChatInterface(respond, type='messages', title= "Ask me about AI!",description="An AI assistant to keep you updated on recent book banning news!",examples=["What are the most common genres of book bans?", "Where in the US are the most book banning actions?", "How many books were banned in 2024?"], theme='shivi/calm_seafoam'
|
| 78 |
chatbot.launch()
|
|
|
|
| 74 |
|
| 75 |
|
| 76 |
|
| 77 |
+
chatbot = gr.ChatInterface(respond, type='messages', title= "Ask me about AI!",description="An AI assistant to keep you updated on recent book banning news!",examples=["What are the most common genres of book bans?", "Where in the US are the most book banning actions?", "How many books were banned in 2024?"], theme='shivi/calm_seafoam')
|
| 78 |
chatbot.launch()
|