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