Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 = "
|
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()
|