carlosgonzalezmartinez commited on
Commit
8c2a9de
·
verified ·
1 Parent(s): be1cb46
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -212,7 +212,7 @@ def predict(user_input,company):
212
  # The radio button is used to select the company 10k report in which the context needs to be retrieved.
213
 
214
  textbox = gr.Textbox(placeholder='Enter your query here', lines=6)
215
- company = gr.Radio(['aws', 'google', ibm, 'meta', 'msft'], label= "Select Company 10-k Report")
216
 
217
  # Create the interface
218
 
 
212
  # The radio button is used to select the company 10k report in which the context needs to be retrieved.
213
 
214
  textbox = gr.Textbox(placeholder='Enter your query here', lines=6)
215
+ company = gr.Radio(['aws', 'google', 'ibm', 'meta', 'msft'], label= "Select Company 10-k Report")
216
 
217
  # Create the interface
218