Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -151,7 +151,7 @@ with gr.Blocks() as demo:
|
|
151 |
input1 = gr.Textbox(placeholder='Enter ticker (USA only)', lines=1,label='Ticker')
|
152 |
with gr.Column():
|
153 |
input2 = gr.Textbox(placeholder='Enter your question', lines=1,label='User Question')
|
154 |
-
textboxopenapi = gr.Textbox(placeholder="Enter
|
155 |
|
156 |
with gr.Column():
|
157 |
btn = gr.Button("Generate \nAnswers")
|
|
|
151 |
input1 = gr.Textbox(placeholder='Enter ticker (USA only)', lines=1,label='Ticker')
|
152 |
with gr.Column():
|
153 |
input2 = gr.Textbox(placeholder='Enter your question', lines=1,label='User Question')
|
154 |
+
textboxopenapi = gr.Textbox(placeholder="Enter OpenAI API Key...", lines=1,label='OpenAPI Key')
|
155 |
|
156 |
with gr.Column():
|
157 |
btn = gr.Button("Generate \nAnswers")
|