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