dhhd255 commited on
Commit
28561d2
1 Parent(s): e164d00

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +23 -11
app.py CHANGED
@@ -31,13 +31,15 @@ st.markdown("""
31
  .parkinsons {
32
  color: #C30000;
33
  }
34
- .reportview-container .markdown-text-container {
35
- display: flex;
36
- justify-content: center;
37
- }
38
- .reportview-container .markdown-text-container a {
39
- padding: 0 10px;
40
- }
 
 
41
  </style>
42
  """, unsafe_allow_html=True)
43
 
@@ -81,7 +83,17 @@ if uploaded_file is not None:
81
 
82
  uploaded_file = st.file_uploader("Upload your :blue[Wave] drawing here", type=["png", "jpg", "jpeg"])
83
  st.empty()
84
- st.divider()
85
- st.write('[Twitter](https://twitter.com/your_twitter_handle)', unsafe_allow_html=True)
86
- st.write('[Facebook](https://facebook.com/your_facebook_page)', unsafe_allow_html=True)
87
- st.write('[Instagram](https://instagram.com/your_instagram_handle)', unsafe_allow_html=True)
 
 
 
 
 
 
 
 
 
 
 
31
  .parkinsons {
32
  color: #C30000;
33
  }
34
+ .social-links {
35
+ display: flex;
36
+ text-decoration:none
37
+ justify-content: center;
38
+ }
39
+ .social-links a {
40
+ text-decoration:none
41
+ padding: 0 10px;
42
+ }
43
  </style>
44
  """, unsafe_allow_html=True)
45
 
 
83
 
84
  uploaded_file = st.file_uploader("Upload your :blue[Wave] drawing here", type=["png", "jpg", "jpeg"])
85
  st.empty()
86
+ st.empty()
87
+ st.empty()
88
+ st.empty()
89
+ st.empty()
90
+ st.empty()
91
+ st.empty()
92
+ st.empty()
93
+ st.markdown("""
94
+ <div class="social-links">
95
+ <a href="https://twitter.com/your_twitter_handle">Twitter</a>
96
+ <a href="https://facebook.com/your_facebook_page">Facebook</a>
97
+ <a href="https://instagram.com/your_instagram_handle">Instagram</a>
98
+ </div>
99
+ """, unsafe_allow_html=True)