Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 = '
|
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 |
|