Spaces:
Sleeping
Sleeping
Update pages/market_rent_estimation.py
Browse files- pages/market_rent_estimation.py +10 -10
pages/market_rent_estimation.py
CHANGED
|
@@ -79,19 +79,19 @@ def main():
|
|
| 79 |
options=[x1, x2, x3],
|
| 80 |
value=x2)
|
| 81 |
|
| 82 |
-
st.markdown('<style>div[data-testid="stBlock"]{margin-top: 20px;}</style>', unsafe_allow_html=True)
|
| 83 |
|
| 84 |
-
st.markdown('<style>div[data-testid="stBlock"]{margin-top: 20px;}</style>', unsafe_allow_html=True)
|
| 85 |
|
| 86 |
-
chart_data = pd.DataFrame(np.random.randn(20, 2), columns=["col1", "col2"])
|
| 87 |
-
chart_data['col4'] = np.random.choice(['A','B'], 20)
|
| 88 |
|
| 89 |
-
st.scatter_chart(
|
| 90 |
-
|
| 91 |
-
|
| 92 |
-
|
| 93 |
-
|
| 94 |
-
)
|
| 95 |
|
| 96 |
back_to_serach_tab1 = st.button("Search page")
|
| 97 |
if back_to_serach_tab1:
|
|
|
|
| 79 |
options=[x1, x2, x3],
|
| 80 |
value=x2)
|
| 81 |
|
| 82 |
+
# st.markdown('<style>div[data-testid="stBlock"]{margin-top: 20px;}</style>', unsafe_allow_html=True)
|
| 83 |
|
| 84 |
+
# st.markdown('<style>div[data-testid="stBlock"]{margin-top: 20px;}</style>', unsafe_allow_html=True)
|
| 85 |
|
| 86 |
+
# chart_data = pd.DataFrame(np.random.randn(20, 2), columns=["col1", "col2"])
|
| 87 |
+
# chart_data['col4'] = np.random.choice(['A','B'], 20)
|
| 88 |
|
| 89 |
+
# st.scatter_chart(
|
| 90 |
+
# chart_data,
|
| 91 |
+
# x='col1',
|
| 92 |
+
# y='col2',
|
| 93 |
+
# color='col4',
|
| 94 |
+
# )
|
| 95 |
|
| 96 |
back_to_serach_tab1 = st.button("Search page")
|
| 97 |
if back_to_serach_tab1:
|