Spaces:
Runtime error
Runtime error
zwq2018
commited on
Commit
·
6f73642
1
Parent(s):
56be35e
modify app_with_key.py
Browse files- app_with_key.py +2 -2
app_with_key.py
CHANGED
@@ -95,7 +95,7 @@ with gr.Blocks() as demo:
|
|
95 |
gr.Markdown(
|
96 |
"""
|
97 |
You can use gpt35 from openai or from openai-azure ,then press OK
|
98 |
-
|
99 |
""")
|
100 |
openai_api_key = gr.Textbox(
|
101 |
show_label=False,
|
@@ -136,7 +136,7 @@ with gr.Blocks() as demo:
|
|
136 |
|
137 |
with gr.Row():
|
138 |
with gr.Column(scale=0.9):
|
139 |
-
input_text = gr.inputs.Textbox(lines=1, placeholder='Please input your problem...', label='what do you want to find? Then press Start')
|
140 |
|
141 |
with gr.Column(scale=0.1, min_width=0):
|
142 |
start_btn = gr.Button("Start").style(full_height=True)
|
|
|
95 |
gr.Markdown(
|
96 |
"""
|
97 |
You can use gpt35 from openai or from openai-azure ,then press OK
|
98 |
+
### 请输入自己的OPENAI的Key并等待几秒后按OK.
|
99 |
""")
|
100 |
openai_api_key = gr.Textbox(
|
101 |
show_label=False,
|
|
|
136 |
|
137 |
with gr.Row():
|
138 |
with gr.Column(scale=0.9):
|
139 |
+
input_text = gr.inputs.Textbox(lines=1, placeholder='Please input your problem...', label='what do you want to find? Then press Start. 输入你的问题然后点击Start')
|
140 |
|
141 |
with gr.Column(scale=0.1, min_width=0):
|
142 |
start_btn = gr.Button("Start").style(full_height=True)
|