aditijuluri commited on
Commit
77d2e1b
·
verified ·
1 Parent(s): e2826ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,6 +8,6 @@ def yes_no(message,history):
8
  responses = ["yes!", "no!"]
9
  return random.choice(responses)
10
 
11
- chatbot = gr.ChatInterface(yes_no, type="messages", title = "aditigpt", description = "worlds most accurate chatbot!", theme = "shivi/calm_seafoam")
12
 
13
  chatbot.launch()
 
8
  responses = ["yes!", "no!"]
9
  return random.choice(responses)
10
 
11
+ chatbot = gr.ChatInterface(yes_no, type="messages", title = "aditigpt", description = "worlds most accurate chatbot!", theme = "earneleh/paris")
12
 
13
  chatbot.launch()