Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
import pandas as pd
|
| 3 |
-
import
|
| 4 |
|
| 5 |
# Streamlit UI for Boston Housing Price Prediction
|
| 6 |
st.title("Boston Housing Price Prediction App")
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
import pandas as pd
|
| 3 |
+
import requests
|
| 4 |
|
| 5 |
# Streamlit UI for Boston Housing Price Prediction
|
| 6 |
st.title("Boston Housing Price Prediction App")
|