Keiraj commited on
Commit
d726ab3
·
verified ·
1 Parent(s): fafc9b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()