stu1180 commited on
Commit
a2949b6
·
1 Parent(s): bcaeaef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,5 +1,5 @@
1
- HEADER = "Find Your Airbnb\This program filters Airbnb listings in New York City by price range and borough."
2
- print(HEADER)
3
 
4
  import gradio as gr
5
  import pandas as pd
 
1
+ HEADER = "Find Your Airbnb\nThis program filters Airbnb listings in New York City by price range and borough."
2
+ print(HEADER + "\n")
3
 
4
  import gradio as gr
5
  import pandas as pd