Update app.py
Browse files
app.py
CHANGED
@@ -138,7 +138,7 @@ with gr.Blocks(css="""#col_container { margin-left: auto; margin-right: auto;} #
|
|
138 |
system_msg = gr.Textbox(value="")
|
139 |
new_msg = gr.Textbox(value="")
|
140 |
accordion_msg = gr.HTML(value="", visible=False)
|
141 |
-
chatbot = gr.Chatbot(label='Trek
|
142 |
inputs = gr.Textbox(
|
143 |
placeholder="Buraya yazın, yanıtlayalım.", show_label=False)
|
144 |
state = gr.State([])
|
|
|
138 |
system_msg = gr.Textbox(value="")
|
139 |
new_msg = gr.Textbox(value="")
|
140 |
accordion_msg = gr.HTML(value="", visible=False)
|
141 |
+
chatbot = gr.Chatbot(label='Trek Asistanı', elem_id="chatbot")
|
142 |
inputs = gr.Textbox(
|
143 |
placeholder="Buraya yazın, yanıtlayalım.", show_label=False)
|
144 |
state = gr.State([])
|