abidlabs HF Staff commited on
Commit
895bf67
·
verified ·
1 Parent(s): 6a8733f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import gradio as gr
2
 
3
- demo = gr.Interface(lambda x: x, "textbox", "textbox")
4
 
5
  demo.launch(ssr_mode=True)
6
 
 
1
  import gradio as gr
2
 
3
+ demo = gr.Interface(lambda x: x, "textbox", "textbox", title="Fixed")
4
 
5
  demo.launch(ssr_mode=True)
6