candenizkocak commited on
Commit
18e1152
·
verified ·
1 Parent(s): ddb1da6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -124,7 +124,7 @@ with gr.Blocks() as demo:
124
  ok_button = gr.Button("OK", visible=True)
125
 
126
  chatbox = gr.Chatbot(label="Sohbet Geçmişi", visible=False)
127
- user_input = gr.Textbox.submit()
128
  submit_button = gr.Button("Gönder", visible=False)
129
 
130
  thread_id_component = gr.State()
 
124
  ok_button = gr.Button("OK", visible=True)
125
 
126
  chatbox = gr.Chatbot(label="Sohbet Geçmişi", visible=False)
127
+ user_input = gr.Textbox(placeholder="Soru", label="Kullanıcı Soru Alanı", visible=False)
128
  submit_button = gr.Button("Gönder", visible=False)
129
 
130
  thread_id_component = gr.State()