UserPotato12397 commited on
Commit
3fde186
·
verified ·
1 Parent(s): b6c7882

tried to fix error

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,6 +27,6 @@ def random_message(message, history):
27
  chat_answer = random.choice(choices)
28
  return chat_answer
29
 
30
- chatbot = gr.ChatInterface(random_message, type = "messages", title = "Your Virtual 8 Ball", description: "Ask me any question and I will answer.")
31
 
32
  chatbot.launch()
 
27
  chat_answer = random.choice(choices)
28
  return chat_answer
29
 
30
+ chatbot = gr.ChatInterface(random_message, type = "messages", title = "Your Virtual 8 Ball", description = "Ask me any question and I will answer.")
31
 
32
  chatbot.launch()