GSMEthesis commited on
Commit
fcb684e
·
verified ·
1 Parent(s): cc5e68f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -1318,7 +1318,6 @@ def random_likert_questions():
1318
 
1319
  st.markdown(f"## {current_group['title']}")
1320
 
1321
- # نمایش راهنما فقط اگر کلید guide وجود داشته باشد
1322
  if 'guide' in current_group:
1323
  st.markdown("""
1324
  <div class="guide-text" style="
@@ -1330,9 +1329,7 @@ def random_likert_questions():
1330
  padding: 15px;
1331
  gap: 10px;
1332
  ">
1333
- <div style="flex: 1;">
1334
- {guide}
1335
- </div>
1336
  </div>
1337
  """.format(guide=current_group['guide']),
1338
  unsafe_allow_html=True
 
1318
 
1319
  st.markdown(f"## {current_group['title']}")
1320
 
 
1321
  if 'guide' in current_group:
1322
  st.markdown("""
1323
  <div class="guide-text" style="
 
1329
  padding: 15px;
1330
  gap: 10px;
1331
  ">
1332
+ {guide}
 
 
1333
  </div>
1334
  """.format(guide=current_group['guide']),
1335
  unsafe_allow_html=True