Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -33,11 +33,11 @@ st.markdown("""
|
|
| 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>
|
|
@@ -82,14 +82,7 @@ if uploaded_file is not None:
|
|
| 82 |
col2.caption(f'{confidence*100:.0f}% sure')
|
| 83 |
|
| 84 |
uploaded_file = st.file_uploader("Upload your :blue[Wave] drawing here", type=["png", "jpg", "jpeg"])
|
| 85 |
-
st.
|
| 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>
|
|
|
|
| 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>
|
|
|
|
| 82 |
col2.caption(f'{confidence*100:.0f}% sure')
|
| 83 |
|
| 84 |
uploaded_file = st.file_uploader("Upload your :blue[Wave] drawing here", type=["png", "jpg", "jpeg"])
|
| 85 |
+
st.divider()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 86 |
st.markdown("""
|
| 87 |
<div class="social-links">
|
| 88 |
<a href="https://twitter.com/your_twitter_handle">Twitter</a>
|