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