pgurazada1 commited on
Commit
46ac6e3
1 Parent(s): d735420

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -125,6 +125,7 @@ demo = gr.Interface(
125
  ["Identify 5 key risks identified in the 2019 10k report? Respond with bullet point summaries.", ""],
126
  ["What is the view of the management on the future of electric vehicle batteries?",""]
127
  ],
 
128
  concurrency_limit=16
129
  )
130
 
 
125
  ["Identify 5 key risks identified in the 2019 10k report? Respond with bullet point summaries.", ""],
126
  ["What is the view of the management on the future of electric vehicle batteries?",""]
127
  ],
128
+ theme=gr.themes.Base(),
129
  concurrency_limit=16
130
  )
131