Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ css = """
|
|
20 |
"""
|
21 |
|
22 |
# Creating a Gradio interface
|
23 |
-
demo = gr.Interface(fn=greet, inputs="text", outputs="text", title="Cute Greeting App", description="This app greets the user with a fun message!", css=css)
|
24 |
|
25 |
# Launch the app
|
26 |
demo.launch()
|
|
|
20 |
"""
|
21 |
|
22 |
# Creating a Gradio interface
|
23 |
+
demo = gr.Interface(fn=greet, inputs="text", outputs="text", title="Cute Greeting App", description="This app greets the user with a fun message!", css="style.css")
|
24 |
|
25 |
# Launch the app
|
26 |
demo.launch()
|