anikapro commited on
Commit
29c6402
·
verified ·
1 Parent(s): 3f37b97

going back to earlier version, deleting image.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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', gr.Image("book_bans.jpg", show_label = False, show_share_button = False, show_download_button = False))
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()