Sakil commited on
Commit
b4b8e88
·
1 Parent(s): 049599a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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)