Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
import random
|
| 3 |
def echo(message, history):
|
| 4 |
-
choices = ["so true", "shut up", "you need help", "ts pmo sybau
|
| 5 |
#use random to select choices
|
| 6 |
chat_answer = random.choice(choices)
|
| 7 |
return chat_answer
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
import random
|
| 3 |
def echo(message, history):
|
| 4 |
+
choices = ["so true", "shut up", "you need help", "ts pmo sybau"]
|
| 5 |
#use random to select choices
|
| 6 |
chat_answer = random.choice(choices)
|
| 7 |
return chat_answer
|