Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
-
|
|
|
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
|