sultan-hassan commited on
Commit
c7598d9
·
verified ·
1 Parent(s): 4388078

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -24,7 +24,8 @@ def launch(input):
24
  iface = gr.Interface(launch,
25
  inputs="text",
26
  outputs="text",
27
- css=css)
 
28
 
29
  iface.launch(share=True)
30
 
 
24
  iface = gr.Interface(launch,
25
  inputs="text",
26
  outputs="text",
27
+ css=css,
28
+ title="Hello, I am an expert in cosmology, try me!")
29
 
30
  iface.launch(share=True)
31