abidlabs HF staff commited on
Commit
565004c
1 Parent(s): 8c52be4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -22,6 +22,7 @@ def predict(input, history=[]):
22
  import gradio as gr
23
 
24
  gr.Interface(fn=predict,
 
25
  inputs=["text", "state"],
26
  outputs=["text", "state"]).launch()
27
 
 
22
  import gradio as gr
23
 
24
  gr.Interface(fn=predict,
25
+ theme="default",
26
  inputs=["text", "state"],
27
  outputs=["text", "state"]).launch()
28