Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -91,7 +91,7 @@ def bot_fn(history, system_prompt, max_tokens, temperature, top_p):
|
|
| 91 |
with gr.Blocks(title="LegalBuddy AI Draft Engine") as demo:
|
| 92 |
gr.Markdown("# ⚖️ LegalBuddy: The Digital Legal Chamber")
|
| 93 |
|
| 94 |
-
chatbot = gr.Chatbot(height=600
|
| 95 |
|
| 96 |
msg = gr.Textbox(
|
| 97 |
placeholder="Type your legal query or draft request..."
|
|
|
|
| 91 |
with gr.Blocks(title="LegalBuddy AI Draft Engine") as demo:
|
| 92 |
gr.Markdown("# ⚖️ LegalBuddy: The Digital Legal Chamber")
|
| 93 |
|
| 94 |
+
chatbot = gr.Chatbot(height=600)
|
| 95 |
|
| 96 |
msg = gr.Textbox(
|
| 97 |
placeholder="Type your legal query or draft request..."
|