Tonic commited on
Commit
ced57ac
1 Parent(s): 8e2c741

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ examples = [
38
  ]
39
 
40
  iface = gr.Interface(
41
- theme='https://tonic-greenblast.hf.space/',
42
  fn=ask_openai,
43
  inputs=gr.Textbox(lines=5, placeholder="Hi there, I have a plant that's..."),
44
  outputs=gr.Markdown(),
 
38
  ]
39
 
40
  iface = gr.Interface(
41
+ theme='tonic-greenblast',
42
  fn=ask_openai,
43
  inputs=gr.Textbox(lines=5, placeholder="Hi there, I have a plant that's..."),
44
  outputs=gr.Markdown(),