SamiKoen commited on
Commit
9819a75
·
verified ·
1 Parent(s): 00ef03e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Sanal Asistanı - Yapay Zeka Desteği İle Sorularınıza Cevap Alın', elem_id="chatbot")
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([])