mellymeldubs commited on
Commit
d173d3f
·
verified ·
1 Parent(s): 078f5e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -17,6 +17,8 @@ poetic_form = st.selectbox('Select Poetic Form', poetic_forms)
17
  # Define the CSV file path
18
  file_path = 'poem_data.csv'
19
 
 
 
20
  # Create a button to submit the data
21
  if st.button('Submit'):
22
  # Create a DataFrame from the input data
 
17
  # Define the CSV file path
18
  file_path = 'poem_data.csv'
19
 
20
+ print(pd.read_csv(file_path))
21
+
22
  # Create a button to submit the data
23
  if st.button('Submit'):
24
  # Create a DataFrame from the input data