Spaces:
Sleeping
Sleeping
Update run.py
Browse files
run.py
CHANGED
|
@@ -20,7 +20,7 @@ def generate_pet_name(animal_type, personality):
|
|
| 20 |
|
| 21 |
return f"{prefix} {suffix}"
|
| 22 |
|
| 23 |
-
with gr.Blocks as demo:
|
| 24 |
with gr.Sidebar():
|
| 25 |
gr.Markdown("# 🐾 Pet Name Generator")
|
| 26 |
gr.Markdown("Use the options below to generate a unique pet name!")
|
|
|
|
| 20 |
|
| 21 |
return f"{prefix} {suffix}"
|
| 22 |
|
| 23 |
+
with gr.Blocks() as demo:
|
| 24 |
with gr.Sidebar():
|
| 25 |
gr.Markdown("# 🐾 Pet Name Generator")
|
| 26 |
gr.Markdown("Use the options below to generate a unique pet name!")
|