themehmi commited on
Commit
e13b96a
·
verified ·
1 Parent(s): 5d3f445

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -281,7 +281,7 @@ with gr.Blocks(title="Codebase Assistant") as demo:
281
 
282
  with gr.Column(scale=3):
283
  gr.Markdown("### 💻 Chat Interface\nAsk architecture questions, find bugs, or request code explanations. I will **only** answer questions related to code.")
284
- chatbot = gr.Chatbot(height=600, show_label=False, type="messages")
285
 
286
  with gr.Row():
287
  msg = gr.Textbox(placeholder="E.g., What does the main function do? (Press Enter to send)", show_label=False, scale=4)
 
281
 
282
  with gr.Column(scale=3):
283
  gr.Markdown("### 💻 Chat Interface\nAsk architecture questions, find bugs, or request code explanations. I will **only** answer questions related to code.")
284
+ chatbot = gr.Chatbot(height=600, show_label=False)
285
 
286
  with gr.Row():
287
  msg = gr.Textbox(placeholder="E.g., What does the main function do? (Press Enter to send)", show_label=False, scale=4)