dudegladiator commited on
Commit
17cac46
·
1 Parent(s): ce55a61

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -20,9 +20,9 @@ except:
20
 
21
  reply = gr.Interface(
22
  fn=ChatReply,
23
- inputs=gr.Textbox(label="Explainer", placeholder="E.g. Flutter?"),
24
  outputs=gr.Textbox(label="Get a simple answer in return:"),
25
- theme="dark",
26
  title="Explain things in simple way"
27
  )
28
 
 
20
 
21
  reply = gr.Interface(
22
  fn=ChatReply,
23
+ inputs=gr.Textbox(label="Write any term", placeholder="E.g. Flutter?"),
24
  outputs=gr.Textbox(label="Get a simple answer in return:"),
25
+ theme="Slate Yellow Dark",
26
  title="Explain things in simple way"
27
  )
28