Skip to content

Commit cbdbf75

Browse files
committed
fixed the broken link syntax
1 parent d4622cb commit cbdbf75

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -259,10 +259,10 @@ def process_csv(file, progress=gr.Progress()):
259259
gr.Markdown("""
260260
Upload a CSV file with a 'text' column containing the texts to analyze.
261261
The app will process all texts and provide aggregate visualizations.
262-
263-
A sample CSV file is available for download [here](https://huggingface.co/spaces/MMADS/MoralFoundationsClassifier-app/tree/main/examples
262+
263+
A sample CSV file is available for download <a href="https://huggingface.co/spaces/MMADS/MoralFoundationsClassifier-app/resolve/main/examples/sample.csv" target="_blank" rel="noopener noreferrer">here</a>.
264264
""")
265-
265+
266266
csv_input = gr.File(
267267
label="Upload CSV file",
268268
file_types=[".csv"]

0 commit comments

Comments
 (0)