xiaolv commited on
Commit
f03e966
1 Parent(s): 5dc5c0c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,7 +83,7 @@ if __name__ == "__main__":
83
  3.channel_id:对应 conversation_uuid
84
  """)
85
 
86
- with gr.Row().style():
87
  with gr.Column(scale=0.4):
88
  cookies = gr.Textbox(lines=2, label="输入cookies")
89
  user_id = gr.Textbox(lines=2, label="输入user_id/organization_uuid")
 
83
  3.channel_id:对应 conversation_uuid
84
  """)
85
 
86
+ with gr.Row():
87
  with gr.Column(scale=0.4):
88
  cookies = gr.Textbox(lines=2, label="输入cookies")
89
  user_id = gr.Textbox(lines=2, label="输入user_id/organization_uuid")