eaglelandsonce commited on
Commit
da4372a
·
verified ·
1 Parent(s): 714d3fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -8
app.py CHANGED
@@ -219,14 +219,6 @@ with tab3:
219
  st.header("Control Room")
220
  st.write("Synthetic data should be used to drive control room")
221
 
222
- """
223
- Animation Code
224
-
225
- fig2=plt.figure(figsize=(16,9),dpi=120,facecolor=(0.8,0.8,0.8))
226
- gs=gridspec.GridSpec(2,2)
227
- stopwatch_ani=animation.FuncAnimation(fig2,update_plot,frames=frame_amount,interval=20,repeat=True,blit=True)
228
- st.pyplot(fig2)
229
- """
230
 
231
 
232
  """
@@ -309,5 +301,16 @@ with tab3:
309
  Smart streetlights
310
 
311
  """
 
 
 
 
 
 
 
 
 
 
 
312
 
313
 
 
219
  st.header("Control Room")
220
  st.write("Synthetic data should be used to drive control room")
221
 
 
 
 
 
 
 
 
 
222
 
223
 
224
  """
 
301
  Smart streetlights
302
 
303
  """
304
+
305
+
306
+ """
307
+ Animation Code ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
308
+
309
+ fig2=plt.figure(figsize=(16,9),dpi=120,facecolor=(0.8,0.8,0.8))
310
+ gs=gridspec.GridSpec(2,2)
311
+ stopwatch_ani=animation.FuncAnimation(fig2,update_plot,frames=frame_amount,interval=20,repeat=True,blit=True)
312
+ st.pyplot(fig2)
313
+ """
314
+
315
 
316