Spaces:
Runtime error
Runtime error
Mark Liu
commited on
Commit
·
5949330
1
Parent(s):
509005b
Update app.py
Browse files
app.py
CHANGED
@@ -25,8 +25,8 @@ css = '''
|
|
25 |
transform: rotate(360deg);
|
26 |
}
|
27 |
}
|
28 |
-
#share-btn-container {
|
29 |
-
display: flex; padding-left: 0.5rem !important; padding-right: 0.5rem !important; background-color: #000000; justify-content: center; align-items: center; border-radius: 9999px !important; width: 13rem;
|
30 |
}
|
31 |
#share-btn {
|
32 |
all: initial; color: #ffffff;font-weight: 600; cursor:pointer; font-family: 'IBM Plex Sans', sans-serif; margin-left: 0.5rem !important; padding-top: 0.25rem !important; padding-bottom: 0.25rem !important;
|
|
|
25 |
transform: rotate(360deg);
|
26 |
}
|
27 |
}
|
28 |
+
#share-btn-container {
|
29 |
+
display: flex;display:none; padding-left: 0.5rem !important; padding-right: 0.5rem !important; background-color: #000000; justify-content: center; align-items: center; border-radius: 9999px !important; width: 13rem;
|
30 |
}
|
31 |
#share-btn {
|
32 |
all: initial; color: #ffffff;font-weight: 600; cursor:pointer; font-family: 'IBM Plex Sans', sans-serif; margin-left: 0.5rem !important; padding-top: 0.25rem !important; padding-bottom: 0.25rem !important;
|