arthrod commited on
Commit
a9fe8b8
·
verified ·
1 Parent(s): f0ebb3a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +14 -16
app.py CHANGED
@@ -1,8 +1,6 @@
1
-
2
-
3
  import marimo
4
 
5
- __generated_with = "0.13.1-dev29"
6
  app = marimo.App(width="medium", layout_file="layouts/app.slides.json")
7
 
8
 
@@ -1784,25 +1782,25 @@ def _(display_response, form10):
1784
  def _(mo):
1785
  mo.md(
1786
  r"""
1787
- <div style="display: flex; flex-direction: column; align-items: center; padding: 30px 0; position: relative; border-top: 2px solid #9D0208; background: #F9F7F4; width: 100%;">
1788
- <div style="position: relative; width: 100%; display: flex; flex-direction: column; align-items: center; padding: 0 20px">
1789
- <div style="font-size: 16px; letter-spacing: 5px; color: #D00000; margin-bottom: 5px; text-align: center; font-family: 'Bebas Neue', Helvetica, Arial, sans-serif;">
1790
- Thanks!
1791
- </div>
1792
 
1793
- <div style="font-size: 18px; margin-top: 15px; color: #333; text-align: center; font-family: 'Inter', sans-serif;">
1794
- If you found errors or have any suggestions, <a href="mailto:arthrod@umich.edu" style="color: #9D0208; text-decoration: none; font-weight: bold;">LET ME KNOW</a>
1795
- </div>
1796
- <div style="width: 50px; height: 5px; background: #9D0208; margin: 20px 0"></div>
1797
- <div style="display: flex; align-items: center">
1798
 
1799
 
1800
- <div style="padding: 0 10px; font-size: 16px; color: #333; font-family: 'Inter', sans-serif;">Made with ❤️ by Arthur Souza Rodrigues</div>
1801
 
1802
- </div>
1803
  </div>
1804
  </div>
1805
- """
 
1806
  )
1807
  return
1808
 
 
 
 
1
  import marimo
2
 
3
+ __generated_with = "0.14.7"
4
  app = marimo.App(width="medium", layout_file="layouts/app.slides.json")
5
 
6
 
 
1782
  def _(mo):
1783
  mo.md(
1784
  r"""
1785
+ <div style="display: flex; flex-direction: column; align-items: center; padding: 30px 0; position: relative; border-top: 2px solid #9D0208; background: #F9F7F4; width: 100%;">
1786
+ <div style="position: relative; width: 100%; display: flex; flex-direction: column; align-items: center; padding: 0 20px">
1787
+ <div style="font-size: 16px; letter-spacing: 5px; color: #D00000; margin-bottom: 5px; text-align: center; font-family: 'Bebas Neue', Helvetica, Arial, sans-serif;">
1788
+ Thanks!
1789
+ </div>
1790
 
1791
+ <div style="font-size: 18px; margin-top: 15px; color: #333; text-align: center; font-family: 'Inter', sans-serif;">
1792
+ If you found errors or have any suggestions, <a href="mailto:arthrod@umich.edu" style="color: #9D0208; text-decoration: none; font-weight: bold;">LET ME KNOW</a>
1793
+ </div>
1794
+ <div style="width: 50px; height: 5px; background: #9D0208; margin: 20px 0"></div>
1795
+ <div style="display: flex; align-items: center">
1796
 
1797
 
1798
+ <div style="padding: 0 10px; font-size: 16px; color: #333; font-family: 'Inter', sans-serif;">Made with ❤️ by Arthur Souza Rodrigues</div>
1799
 
 
1800
  </div>
1801
  </div>
1802
+ </div>
1803
+ """
1804
  )
1805
  return
1806