Update app.py
Browse files
app.py
CHANGED
|
@@ -214,9 +214,9 @@ def get_scrape_data(csv_file, social_media, password):
|
|
| 214 |
with gr.Blocks() as block:
|
| 215 |
gr.Markdown("""
|
| 216 |
# Social Media Scraper Dashboard
|
| 217 |
-
This dashboard is scrapes data from Linkedin and Instagram
|
|
|
|
| 218 |
""")
|
| 219 |
-
|
| 220 |
with gr.Column(visible=True):
|
| 221 |
password = gr.Textbox(label='Enter Password')
|
| 222 |
csv_file = gr.File(label='Input CSV File (must be CSV File)')
|
|
|
|
| 214 |
with gr.Blocks() as block:
|
| 215 |
gr.Markdown("""
|
| 216 |
# Social Media Scraper Dashboard
|
| 217 |
+
This dashboard is scrapes data from Linkedin and Instagram \n
|
| 218 |
+
(Link to Data Analysis Platform)[https://ai-data-analyst.streamlit.app/]
|
| 219 |
""")
|
|
|
|
| 220 |
with gr.Column(visible=True):
|
| 221 |
password = gr.Textbox(label='Enter Password')
|
| 222 |
csv_file = gr.File(label='Input CSV File (must be CSV File)')
|