SamiKoen commited on
Commit
7c8da58
1 Parent(s): 06f1994

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -128,7 +128,7 @@ with gr.Blocks(css = """#col_container { margin-left: auto; margin-right: auto;}
128
 
129
  with gr.Column(elem_id = "col_container"):
130
  #GPT4 API Key is provided by Huggingface
131
- with gr.Accordion("", open=False):
132
  system_msg = gr.Textbox(info = system_msg_info, value="")
133
  accordion_msg = gr.HTML(value="", visible=False)
134
  chatbot = gr.Chatbot(label='GPT4', elem_id="chatbot")
 
128
 
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='GPT4', elem_id="chatbot")