pgurazada1 commited on
Commit
2fa6931
·
verified ·
1 Parent(s): cf67e84

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -113,6 +113,7 @@ demo = gr.Interface(
113
  ["What is the pricing for GPT 3.5 Turbo?"]
114
  ],
115
  cache_examples=False,
 
116
  concurrency_limit=16
117
  )
118
 
 
113
  ["What is the pricing for GPT 3.5 Turbo?"]
114
  ],
115
  cache_examples=False,
116
+ theme=gr.themes.Base(),
117
  concurrency_limit=16
118
  )
119