Spaces:
Runtime error
Runtime error
Commit
·
8a35ed9
1
Parent(s):
510db3b
Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ def format_chat_prompt(message: str, chat_history, instructions: str) -> str:
|
|
49 |
|
50 |
|
51 |
def chat(client: Client):
|
52 |
-
inputs = gr.Row(input_text, enter_button)
|
53 |
with gr.Column(elem_id="chat_container"):
|
54 |
with gr.Row():
|
55 |
chatbot = gr.Chatbot(elem_id="chatbot")
|
|
|
49 |
|
50 |
|
51 |
def chat(client: Client):
|
52 |
+
inputs = gr.Row(input_text, enter_button),
|
53 |
with gr.Column(elem_id="chat_container"):
|
54 |
with gr.Row():
|
55 |
chatbot = gr.Chatbot(elem_id="chatbot")
|