Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -101,7 +101,7 @@ def main():
|
|
101 |
else:
|
102 |
candidate_docs = df[tweets_column].dropna().astype(str).tolist()
|
103 |
# Process your CSV file here...
|
104 |
-
|
105 |
except Exception as e:
|
106 |
st.error(f"Error reading CSV file: {e}")
|
107 |
|
|
|
101 |
else:
|
102 |
candidate_docs = df[tweets_column].dropna().astype(str).tolist()
|
103 |
# Process your CSV file here...
|
104 |
+
st.write("File uploaded successfully!🎆")
|
105 |
except Exception as e:
|
106 |
st.error(f"Error reading CSV file: {e}")
|
107 |
|