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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,4 +1,5 @@
1
- # Find your Airbnb
 
2
 
3
  import gradio as gr
4
  import pandas as pd
 
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