hra commited on
Commit
9cd95d7
1 Parent(s): a1523ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 OpenAI API Key...", lines=1,label='OpenAPI Key')
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='OpenAI API Key')
155
 
156
  with gr.Column():
157
  btn = gr.Button("Generate \nAnswers")