Commit
·
378d784
1
Parent(s):
d589a4e
Fixed the Counter
Browse files- app.py +1 -0
- counter.txt +1 -1
app.py
CHANGED
|
@@ -670,4 +670,5 @@ if "result" in st.session_state:
|
|
| 670 |
)
|
| 671 |
st.stop()
|
| 672 |
|
|
|
|
| 673 |
show_credits()
|
|
|
|
| 670 |
)
|
| 671 |
st.stop()
|
| 672 |
|
| 673 |
+
show_visitor_counter('counter.txt')
|
| 674 |
show_credits()
|
counter.txt
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
|
|
|
|
| 1 |
+
0
|