adnansami1992sami commited on
Commit
8a35ed9
·
1 Parent(s): 510db3b

Update app.py

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