Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- 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 = "
|
| 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:
|