Update app/streamlit_app.py
Browse files- app/streamlit_app.py +9 -9
app/streamlit_app.py
CHANGED
@@ -1022,15 +1022,15 @@ def render_environment_info():
|
|
1022 |
"""Render environment information"""
|
1023 |
env_info = path_manager.get_environment_info()
|
1024 |
|
1025 |
-
st.markdown(f"""
|
1026 |
-
<div class="environment-info">
|
1027 |
-
|
1028 |
-
|
1029 |
-
|
1030 |
-
|
1031 |
-
|
1032 |
-
</div>
|
1033 |
-
""", unsafe_allow_html=True)
|
1034 |
|
1035 |
|
1036 |
# Main application
|
|
|
1022 |
"""Render environment information"""
|
1023 |
env_info = path_manager.get_environment_info()
|
1024 |
|
1025 |
+
# st.markdown(f"""
|
1026 |
+
# <div class="environment-info">
|
1027 |
+
# <h4>🌍 Environment Information</h4>
|
1028 |
+
# <p><strong>Environment:</strong> {env_info['environment']}</p>
|
1029 |
+
# <p><strong>Base Directory:</strong> {env_info['base_dir']}</p>
|
1030 |
+
# <p><strong>Data Directory:</strong> {env_info['data_dir']}</p>
|
1031 |
+
# <p><strong>Model Directory:</strong> {env_info['model_dir']}</p>
|
1032 |
+
# </div>
|
1033 |
+
# """, unsafe_allow_html=True)
|
1034 |
|
1035 |
|
1036 |
# Main application
|