Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,8 +2,8 @@ import gradio as gr
|
|
| 2 |
import random
|
| 3 |
# import lines go at the top! Any libraries I need to import go up here^^
|
| 4 |
|
| 5 |
-
title: "I am the your bestie"
|
| 6 |
-
description: "I will serve you"
|
| 7 |
|
| 8 |
def yes_or_no(message, history):
|
| 9 |
return random.choice(['Yes', 'No', 'Of course', 'Try again', 'No, better luck next time!', "I think not", "Absolutely, yes!", ])
|
|
|
|
| 2 |
import random
|
| 3 |
# import lines go at the top! Any libraries I need to import go up here^^
|
| 4 |
|
| 5 |
+
title: "I am the your bestie"
|
| 6 |
+
description: "I will serve you"
|
| 7 |
|
| 8 |
def yes_or_no(message, history):
|
| 9 |
return random.choice(['Yes', 'No', 'Of course', 'Try again', 'No, better luck next time!', "I think not", "Absolutely, yes!", ])
|