Spaces:
Running
Running
Update app.py
Browse files
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
|
| 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)
|