Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -42,6 +42,5 @@ iface = gr.Interface(
|
|
42 |
examples=["#datascience","#budget","#valentine's day","#pushpa","#batman","#SharkTankIndia"],
|
43 |
theme="seafoam",
|
44 |
title='Sakil Tweetlib6 App',
|
45 |
-
description="You can extract tweets based on Hashtag.e.g. Please enter #datascience. The app extracts top 500 recent tweets based on the
|
46 |
-
hashtag.")
|
47 |
iface.launch(inline=False)
|
|
|
42 |
examples=["#datascience","#budget","#valentine's day","#pushpa","#batman","#SharkTankIndia"],
|
43 |
theme="seafoam",
|
44 |
title='Sakil Tweetlib6 App',
|
45 |
+
description="You can extract tweets based on Hashtag.e.g. Please enter #datascience. The app extracts top 500 recent tweets based on the hashtag.")
|
|
|
46 |
iface.launch(inline=False)
|