bubuuunel commited on
Commit
65d54fe
1 Parent(s): 6b7ab71

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -137,7 +137,7 @@ def predict(user_input,company):
137
 
138
  # Set-up the Gradio UI
139
  user_input = gr.Textbox (label = 'Query')
140
- company = gr.Dropdown(['aws','google','IBM','Meta','msft'], label = 'company')
141
  model_response = gr.Textbox (label = 'Response')
142
 
143
  # Add text box and radio button to the interface
 
137
 
138
  # Set-up the Gradio UI
139
  user_input = gr.Textbox (label = 'Query')
140
+ company_input = gr.Dropdown(['aws','google','IBM','Meta','msft'], label = 'company')
141
  model_response = gr.Textbox (label = 'Response')
142
 
143
  # Add text box and radio button to the interface