MaktubCN commited on
Commit
abed758
1 Parent(s): 3ac7a03

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,7 +96,7 @@ def main():
96
  # 添加一个隐藏的 Textbox 用于存储 URL 参数
97
  url_params = gr.Textbox(label="URL Parameters", visible=False)
98
 
99
- with gr_L1():
100
  with gr_L2(scale=2, elem_id="gpt-chat"):
101
  chatbot = gr.Chatbot(label=f"当前模型:{LLM_MODEL}", elem_id="gpt-chatbot")
102
  if LAYOUT == "TOP-DOWN": chatbot.style(height=CHATBOT_HEIGHT)
 
96
  # 添加一个隐藏的 Textbox 用于存储 URL 参数
97
  url_params = gr.Textbox(label="URL Parameters", visible=False)
98
 
99
+ with gr_L1():
100
  with gr_L2(scale=2, elem_id="gpt-chat"):
101
  chatbot = gr.Chatbot(label=f"当前模型:{LLM_MODEL}", elem_id="gpt-chatbot")
102
  if LAYOUT == "TOP-DOWN": chatbot.style(height=CHATBOT_HEIGHT)