nickmuchi commited on
Commit
d45f827
·
1 Parent(s): 7bab394

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -9
app.py CHANGED
@@ -107,15 +107,6 @@ with block:
107
  with gr.Row():
108
  gr.Markdown("<h3><center>Chat-Your-Data (Investor Education)</center></h3>")
109
 
110
- openai_api_key_textbox = gr.Textbox(
111
- placeholder="Paste your OpenAI API key (sk-...)",
112
- value=os.environ["OPENAI_API_KEY"],
113
- show_label=False,
114
- lines=1,
115
- type="password",
116
- )
117
-
118
-
119
  with gr.Row():
120
  embeddings = gr.Radio(choices=model_options_list,value=model_options_list[0], label='Choose your Embedding Model',
121
  interactive=True)
 
107
  with gr.Row():
108
  gr.Markdown("<h3><center>Chat-Your-Data (Investor Education)</center></h3>")
109
 
 
 
 
 
 
 
 
 
 
110
  with gr.Row():
111
  embeddings = gr.Radio(choices=model_options_list,value=model_options_list[0], label='Choose your Embedding Model',
112
  interactive=True)