kambris commited on
Commit
7204906
·
verified ·
1 Parent(s): 9444672

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -474,7 +474,7 @@ except Exception as e:
474
  st.stop()
475
 
476
  # Main app interface
477
- st.title("📚 Arabic Poem Analysis")
478
  st.write("Upload a CSV or Excel file containing Arabic poems with columns `country` and `poem`.")
479
 
480
  uploaded_file = st.file_uploader("Choose a file", type=["csv", "xlsx"])
 
474
  st.stop()
475
 
476
  # Main app interface
477
+ st.title("📚 Contemporary Arabic Poetry Analysis")
478
  st.write("Upload a CSV or Excel file containing Arabic poems with columns `country` and `poem`.")
479
 
480
  uploaded_file = st.file_uploader("Choose a file", type=["csv", "xlsx"])