mojtabaa4 commited on
Commit
ed83b89
β€’
1 Parent(s): 4c6b197

add application files

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ with gr.Blocks(css=custom_css) as interface:
54
  # Use Row to align input and button horizontally
55
  with gr.Row():
56
  user_input = gr.Textbox(show_label=False, placeholder="Enter your law question here... βš–οΈ", container=True)
57
- send_button = gr.Button("πŸ“€ Send", full_width=False)
58
 
59
  # Chat update function to append new messages to the chatbot
60
  def chat_update(user_message, history):
 
54
  # Use Row to align input and button horizontally
55
  with gr.Row():
56
  user_input = gr.Textbox(show_label=False, placeholder="Enter your law question here... βš–οΈ", container=True)
57
+ send_button = gr.Button("πŸ“€ Send")
58
 
59
  # Chat update function to append new messages to the chatbot
60
  def chat_update(user_message, history):