danieldeng commited on
Commit
18eda08
·
verified ·
1 Parent(s): 8ac751c
Files changed (1) hide show
  1. Gradio_UI.py +3 -0
Gradio_UI.py CHANGED
@@ -262,6 +262,9 @@ class GradioUI:
262
  import gradio as gr
263
 
264
  with gr.Blocks(fill_height=True) as demo:
 
 
 
265
  stored_messages = gr.State([])
266
  file_uploads_log = gr.State([])
267
  chatbot = gr.Chatbot(
 
262
  import gradio as gr
263
 
264
  with gr.Blocks(fill_height=True) as demo:
265
+ gr.Markdown("""
266
+ # 🎨 QR code image generation intelligent agent
267
+ """)
268
  stored_messages = gr.State([])
269
  file_uploads_log = gr.State([])
270
  chatbot = gr.Chatbot(