aashnaj commited on
Commit
2aeaf53
·
verified ·
1 Parent(s): a788361

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,5 +5,5 @@ def magic_eight_ball(message, history):
5
  responses=["Yes!","No.","Yes, definetely!", "Most Likely."]
6
  return random.choice(responses)
7
 
8
- chatbot = gr.ChatInterface(magic_eight_ball, type="messages",title="Magic 8 Ball",description="Ask me your most pressing questions.", theme='calm_seafoam')
9
  chatbot.launch()
 
5
  responses=["Yes!","No.","Yes, definetely!", "Most Likely."]
6
  return random.choice(responses)
7
 
8
+ chatbot = gr.ChatInterface(magic_eight_ball, type="messages",title="Magic 8 Ball",description="Ask me your most pressing questions.", theme='shivi/calm_seafoam')
9
  chatbot.launch()