Spaces:
Sleeping
Sleeping
DanielXu0208
commited on
Commit
•
645dad2
1
Parent(s):
e073b0b
Update run_gradio.py
Browse files- run_gradio.py +1 -1
run_gradio.py
CHANGED
@@ -239,7 +239,7 @@ def create_interface():
|
|
239 |
|
240 |
# Visitor count displayed at the bottom
|
241 |
visitor_count = update_visitor_count() # Update the visitor count
|
242 |
-
gr.Markdown(f"### Number of Visitors: {visitor_count}") # Display visitor count
|
243 |
|
244 |
return interface
|
245 |
|
|
|
239 |
|
240 |
# Visitor count displayed at the bottom
|
241 |
visitor_count = update_visitor_count() # Update the visitor count
|
242 |
+
gr.Markdown(f"### The Number of Visitors since October 2024: {visitor_count}") # Display visitor count
|
243 |
|
244 |
return interface
|
245 |
|