Spaces:
Runtime error
Runtime error
add application files
Browse files
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"
|
| 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):
|