Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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()
|