drmurataltun commited on
Commit
3714872
·
verified ·
1 Parent(s): 7504dc9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,4 +51,4 @@ if submit_button:
51
  if os.path.exists(file_path):
52
  st.write("Kayıtlı Bilgiler:")
53
  data_df = pd.read_csv(file_path)
54
- st.dataframe(data_df)
 
51
  if os.path.exists(file_path):
52
  st.write("Kayıtlı Bilgiler:")
53
  data_df = pd.read_csv(file_path)
54
+ st.dataframe(data_df)