Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -199,7 +199,7 @@ class SeoAppUI:
|
|
| 199 |
def _get_sidebar_inputs(self) -> tuple:
|
| 200 |
with st.sidebar:
|
| 201 |
st.header("🔧 Assumptions & Inputs")
|
| 202 |
-
uploaded_file = st.file_uploader("Upload queries
|
| 203 |
target_position = st.slider(
|
| 204 |
"Target SERP Position",
|
| 205 |
1.0,
|
|
|
|
| 199 |
def _get_sidebar_inputs(self) -> tuple:
|
| 200 |
with st.sidebar:
|
| 201 |
st.header("🔧 Assumptions & Inputs")
|
| 202 |
+
uploaded_file = st.file_uploader("Upload queries CSV data", type="csv")
|
| 203 |
target_position = st.slider(
|
| 204 |
"Target SERP Position",
|
| 205 |
1.0,
|