a10 commited on
Commit
64db5d1
·
1 Parent(s): 01b4b38

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -1,4 +1,3 @@
1
-
2
  #%%
3
  from matplotlib.pyplot import title
4
  import tensorflow as tf
@@ -51,8 +50,7 @@ if ("0" != ""):
51
 
52
  adate = ("{:02d}.{:02d}.{} 00:00:00").format(row[3], row[2], row[1])
53
  st.write(row[0],adate)
54
- # adf = adf.append({"Date Time":adate,"T (degC)":(row[4]),}, ignore_index=True)
55
- adf = adf.append({"Date Time":adate,"T (degC)":(row[4]),}, ignore_index=False)
56
  break
57
  # df = adf.reindex(columns=mytitles)
58
  # df = adf.reset_index()
@@ -233,4 +231,3 @@ fig = plot()
233
  st.pyplot(fig)
234
 
235
  # %%
236
-
 
 
1
  #%%
2
  from matplotlib.pyplot import title
3
  import tensorflow as tf
 
50
 
51
  adate = ("{:02d}.{:02d}.{} 00:00:00").format(row[3], row[2], row[1])
52
  st.write(row[0],adate)
53
+ adf = adf.append({"Date Time":adate,"T (degC)":(row[4]),}, ignore_index=True)
 
54
  break
55
  # df = adf.reindex(columns=mytitles)
56
  # df = adf.reset_index()
 
231
  st.pyplot(fig)
232
 
233
  # %%