SamiKoen commited on
Commit
db47abd
1 Parent(s): 8edaa09

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -129,7 +129,7 @@ with gr.Blocks(css = """#col_container { margin-left: auto; margin-right: auto;}
129
  with gr.Column(elem_id = "col_container"):
130
  #GPT4 API Key is provided by Huggingface
131
  with gr.Accordion("", open=False, visible=False):
132
- system_msg = gr.Textbox(info = system_msg_info, value="")
133
  accordion_msg = gr.HTML(value="", visible=False)
134
  chatbot = gr.Chatbot(label='Trek Asistanı', elem_id="chatbot")
135
  inputs = gr.Textbox(placeholder= "Buraya yazın, yanıtlayalım.", show_label= False)
 
129
  with gr.Column(elem_id = "col_container"):
130
  #GPT4 API Key is provided by Huggingface
131
  with gr.Accordion("", open=False, visible=False):
132
+ system_msg = gr.Textbox(value="")
133
  accordion_msg = gr.HTML(value="", visible=False)
134
  chatbot = gr.Chatbot(label='Trek Asistanı', elem_id="chatbot")
135
  inputs = gr.Textbox(placeholder= "Buraya yazın, yanıtlayalım.", show_label= False)