eternalBlissard commited on
Commit
7e5f231
·
verified ·
1 Parent(s): f1bf98e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ def respond(newVal):
10
  demo = gr.Interface(fn=respond,
11
  inputs = [gr.Textbox()],
12
  outputs= [gr.Textbox()],
13
- title = 'Simplify')
14
  demo.launch()
15
 
16
 
 
10
  demo = gr.Interface(fn=respond,
11
  inputs = [gr.Textbox()],
12
  outputs= [gr.Textbox()],
13
+ title = 'testVar')
14
  demo.launch()
15
 
16