shriramprabhu commited on
Commit
c7e2640
·
verified ·
1 Parent(s): cbbccdd

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -307,7 +307,7 @@ def main():
307
  st.markdown('<h1 class="main-header">🧠 NVIDIA GENL Mock Test</h1>', unsafe_allow_html=True)
308
 
309
  # File path
310
- excel_file_path = "E:/nvidiatest/Nvidia GENL 1.xlsx"
311
 
312
  # Load data
313
  if not st.session_state.sheets_data:
 
307
  st.markdown('<h1 class="main-header">🧠 NVIDIA GENL Mock Test</h1>', unsafe_allow_html=True)
308
 
309
  # File path
310
+ excel_file_path = "src/Nvidia GENL 1.xlsx"
311
 
312
  # Load data
313
  if not st.session_state.sheets_data: