Em4e commited on
Commit
2550ee1
·
verified ·
1 Parent(s): 045f4ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 data CSV", type="csv")
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,