Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -474,7 +474,7 @@ except Exception as e:
|
|
| 474 |
st.stop()
|
| 475 |
|
| 476 |
# Main app interface
|
| 477 |
-
st.title("π Arabic
|
| 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"])
|