bia-anto commited on
Commit
a64f84e
1 Parent(s): b776260

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -122,7 +122,7 @@ company = gr.Radio(['google', 'Meta', 'aws', 'IBM', 'msft'])
122
 
123
  # Create the interface
124
  demo = gr.Interface(fn = predict, inputs = [textbox,company], outputs = prediction,
125
- description = 'RAG on 2023 10-k statement by Google, Meta, Amazon, IBM, and Microsoft'
126
  title = '10-k Questioner')
127
 
128
  demo.queue()
 
122
 
123
  # Create the interface
124
  demo = gr.Interface(fn = predict, inputs = [textbox,company], outputs = prediction,
125
+ description = 'RAG on 2023 10-k statement by Google, Meta, Amazon, IBM, and Microsoft',
126
  title = '10-k Questioner')
127
 
128
  demo.queue()