duongthienz commited on
Commit
1504552
·
verified ·
1 Parent(s): a86d5c1

Various visual fix pt.2

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -135,6 +135,10 @@ st.markdown(
135
  "<p style='margin-bottom:4px;'>Keep in mind that this is a very early draft of the tool. "
136
  "Please be patient with any bugs/errors, and email Connor Young at "
137
  "<a href='mailto:czyoung@ualr.edu'>czyoung@ualr.edu</a> if you need help using the tool!</p>"
 
 
 
 
138
  "<hr style='margin-top:16px; margin-bottom:16px;'>",
139
  unsafe_allow_html=True,
140
  )
@@ -454,8 +458,4 @@ except ValueError:
454
  # Multi-file summary + footer
455
  # ---------------------------------------------------------------------------
456
 
457
- ui.render_multifile_summary(PLOTLY_CONFIG)
458
-
459
- st.divider()
460
- st.write("Would you like additional data, charts, or features? [Tell us about our project!](https://forms.gle/A32CdfGYSZoMPyyX9)")
461
- st.write("If you would like to learn more or work with us, contact Dr. Mark Baillie at mtbaillie@ualr.edu")
 
135
  "<p style='margin-bottom:4px;'>Keep in mind that this is a very early draft of the tool. "
136
  "Please be patient with any bugs/errors, and email Connor Young at "
137
  "<a href='mailto:czyoung@ualr.edu'>czyoung@ualr.edu</a> if you need help using the tool!</p>"
138
+ "<p style='margin-bottom:4px;'>Would you like additional data, charts, or features? "
139
+ "<a href='https://forms.gle/A32CdfGYSZoMPyyX9'>Tell us about our project!</a></p>"
140
+ "<p style='margin-bottom:4px;'>If you would like to learn more or work with us, contact Dr. Mark Baillie at "
141
+ "<a href='mailto:mtbaillie@ualr.edu'>mtbaillie@ualr.edu</a></p>"
142
  "<hr style='margin-top:16px; margin-bottom:16px;'>",
143
  unsafe_allow_html=True,
144
  )
 
458
  # Multi-file summary + footer
459
  # ---------------------------------------------------------------------------
460
 
461
+ ui.render_multifile_summary(PLOTLY_CONFIG)