ICGenAIShare06 commited on
Commit
4a5f188
·
verified ·
1 Parent(s): dc9a914

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1212,7 +1212,7 @@ def build_app():
1212
  gr.Markdown("---")
1213
  gr.Markdown("### Edit Selected Block")
1214
  gr.Markdown("*Describe what to change — the LLM rewrites the block HTML*")
1215
- chatbot = gr.Chatbot(height=280, type="messages")
1216
  with gr.Row():
1217
  edit_msg = gr.Textbox(placeholder='e.g. "Add a description field to each menu item"', lines=2, scale=3, label="")
1218
  edit_send = gr.Button("Send", variant="primary", scale=1)
 
1212
  gr.Markdown("---")
1213
  gr.Markdown("### Edit Selected Block")
1214
  gr.Markdown("*Describe what to change — the LLM rewrites the block HTML*")
1215
+ chatbot = gr.Chatbot(height=280)
1216
  with gr.Row():
1217
  edit_msg = gr.Textbox(placeholder='e.g. "Add a description field to each menu item"', lines=2, scale=3, label="")
1218
  edit_send = gr.Button("Send", variant="primary", scale=1)