Skip to content

Commit 6c9e71a

Browse files
committed
refixed the broken link syntax
1 parent cbdbf75 commit 6c9e71a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ def process_csv(file, progress=gr.Progress()):
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.
262262
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>.
263+
A sample CSV file is available for download <a href="https://huggingface.co/spaces/MMADS/MoralFoundationsClassifier-app/tree/main/examples" target="_blank" rel="noopener noreferrer">here</a>.
264264
""")
265265

266266
csv_input = gr.File(

0 commit comments

Comments
 (0)