Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|