Spaces:
Sleeping
Sleeping
title
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@ 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 | I18nData | None
|
| 6 |
description: "I will serve you" | None
|
| 7 |
|
| 8 |
def yes_or_no(message, history):
|
|
|
|
| 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" | I18nData | None
|
| 6 |
description: "I will serve you" | None
|
| 7 |
|
| 8 |
def yes_or_no(message, history):
|