JAMESPARK3 commited on
Commit
30addd0
·
verified ·
1 Parent(s): ce96155

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -20
app.py CHANGED
@@ -97,25 +97,5 @@ def main():
97
 
98
  display_news()
99
 
100
- st.markdown("""
101
- <div id="clock-container">
102
- <span id="clock"></span>
103
- </div>
104
- <script>
105
- function updateClock() {
106
- const now = new Date();
107
- const options = {
108
- timeZone: 'Asia/Seoul',
109
- hour12: true,
110
- hour: 'numeric',
111
- minute: '2-digit'
112
- };
113
- document.getElementById('clock').textContent = now.toLocaleTimeString('ko-KR', options);
114
- }
115
- setInterval(updateClock, 1000);
116
- updateClock();
117
- </script>
118
- """, unsafe_allow_html=True)
119
-
120
  if __name__ == "__main__":
121
  main()
 
97
 
98
  display_news()
99
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
100
  if __name__ == "__main__":
101
  main()