Kevin676 commited on
Commit
a3da95c
·
1 Parent(s): dec9a2b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,7 +83,7 @@ with block:
83
  with gr.Row().style(mobile_collapse=False, equal_height=True):
84
 
85
  inp1 = gr.Textbox(label='请输入您的Openai-API-Key', type = "password")
86
- inp2 = gr.Textbox(label='说点什么吧(中英皆可)', type = "password")
87
 
88
  btn = gr.Button("开始对话吧")
89
 
 
83
  with gr.Row().style(mobile_collapse=False, equal_height=True):
84
 
85
  inp1 = gr.Textbox(label='请输入您的Openai-API-Key', type = "password")
86
+ inp2 = gr.Textbox(label='说点什么吧(中英皆可)')
87
 
88
  btn = gr.Button("开始对话吧")
89