Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -69,7 +69,7 @@ css = """
|
|
| 69 |
"""
|
| 70 |
|
| 71 |
with gr.Blocks(css=css) as demo:
|
| 72 |
-
gr.Markdown("#
|
| 73 |
gr.Markdown("Ask me what to wear and I'll suggest clothing with images from the database.")
|
| 74 |
|
| 75 |
user_input = gr.Textbox(label="Your outfit requirements",
|
|
|
|
| 69 |
"""
|
| 70 |
|
| 71 |
with gr.Blocks(css=css) as demo:
|
| 72 |
+
gr.Markdown("# Fashioneer - Your Fashion Pioneer")
|
| 73 |
gr.Markdown("Ask me what to wear and I'll suggest clothing with images from the database.")
|
| 74 |
|
| 75 |
user_input = gr.Textbox(label="Your outfit requirements",
|