Spaces:
Runtime error
Runtime error
Add page visitors badge
Browse files
app.py
CHANGED
@@ -73,6 +73,9 @@ def build_ui():
|
|
73 |
|
74 |
st.title(APP_TEXT['app_name'])
|
75 |
st.subheader(APP_TEXT['caption'])
|
|
|
|
|
|
|
76 |
st.divider()
|
77 |
|
78 |
st.header(APP_TEXT['section_headers'][0])
|
|
|
73 |
|
74 |
st.title(APP_TEXT['app_name'])
|
75 |
st.subheader(APP_TEXT['caption'])
|
76 |
+
st.markdown(
|
77 |
+
'![Visitors](https://api.visitorbadge.io/api/visitors?path=https%3A%2F%2Fhuggingface.co%2Fspaces%2Fbarunsaha%2Fslide-deck-ai&countColor=%23263759)'
|
78 |
+
)
|
79 |
st.divider()
|
80 |
|
81 |
st.header(APP_TEXT['section_headers'][0])
|