Spaces:
Sleeping
Sleeping
Update Gradio_UI.py
Browse files- Gradio_UI.py +1 -1
Gradio_UI.py
CHANGED
|
@@ -263,7 +263,7 @@ class GradioUI:
|
|
| 263 |
|
| 264 |
with gr.Blocks(fill_height=True) as demo:
|
| 265 |
gr.Markdown("""
|
| 266 |
-
# 🎨 QR code image generation
|
| 267 |
""")
|
| 268 |
stored_messages = gr.State([])
|
| 269 |
file_uploads_log = gr.State([])
|
|
|
|
| 263 |
|
| 264 |
with gr.Blocks(fill_height=True) as demo:
|
| 265 |
gr.Markdown("""
|
| 266 |
+
# 🎨 QR code image generation agent
|
| 267 |
""")
|
| 268 |
stored_messages = gr.State([])
|
| 269 |
file_uploads_log = gr.State([])
|