GHarshasri commited on
Commit
e421a68
·
verified ·
1 Parent(s): 4d4447a

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +3 -3
src/streamlit_app.py CHANGED
@@ -13,7 +13,7 @@ MEDIA_FOLDER = os.path.join(UPLOAD_FOLDER, "feedback_media")
13
  FEEDBACK_FILE = os.path.join(UPLOAD_FOLDER, "feedback.csv")
14
 
15
  # Create folders if they don't exist
16
- os.makedirs(MEDIA_FOLDER, exist_ok=True)
17
 
18
  STATES = {
19
  "Telangana": ["Hyderabad", "Warangal", "Nizamabad", "Karimnagar", "Khammam"],
@@ -212,7 +212,7 @@ def main_app():
212
  # ====== UI Styling ======
213
  st.set_page_config(page_title="Gyana Vedika", layout="wide")
214
  st.markdown("""
215
- <style>
216
  .stButton>button {
217
  background-color: #008080; color: white; font-weight: bold; border-radius: 10px;
218
  }
@@ -222,7 +222,7 @@ st.markdown("""
222
  h1, h2, h3, h4, h5, h6 {
223
  color: #004d4d;
224
  }
225
- </style>
226
  """, unsafe_allow_html=True)
227
 
228
  # ====== Main Control ======
 
13
  FEEDBACK_FILE = os.path.join(UPLOAD_FOLDER, "feedback.csv")
14
 
15
  # Create folders if they don't exist
16
+
17
 
18
  STATES = {
19
  "Telangana": ["Hyderabad", "Warangal", "Nizamabad", "Karimnagar", "Khammam"],
 
212
  # ====== UI Styling ======
213
  st.set_page_config(page_title="Gyana Vedika", layout="wide")
214
  st.markdown("""
215
+
216
  .stButton>button {
217
  background-color: #008080; color: white; font-weight: bold; border-radius: 10px;
218
  }
 
222
  h1, h2, h3, h4, h5, h6 {
223
  color: #004d4d;
224
  }
225
+
226
  """, unsafe_allow_html=True)
227
 
228
  # ====== Main Control ======