Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -783,7 +783,7 @@ def fetch_questions() -> Tuple[str, Optional[pd.DataFrame]]:
|
|
| 783 |
has_file = True
|
| 784 |
file_info += "URLs in text, "
|
| 785 |
|
| 786 |
-
if
|
| 787 |
file_info = attachment_info.rstrip(", ")
|
| 788 |
|
| 789 |
display_data.append({
|
|
|
|
| 783 |
has_file = True
|
| 784 |
file_info += "URLs in text, "
|
| 785 |
|
| 786 |
+
if file_info:
|
| 787 |
file_info = attachment_info.rstrip(", ")
|
| 788 |
|
| 789 |
display_data.append({
|