deepakdethliya commited on
Commit
a0df9d6
·
verified ·
1 Parent(s): 75ce3c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, type="messages")
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..."