Sakil commited on
Commit
965df62
·
1 Parent(s): 71c5cf1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ def search_hashtag1(hashtag_phrase,recent_tweet_count_you_want):
39
  #data6=data5.head(10)
40
  return data5
41
  iface = gr.Interface(
42
- search_hashtag1,inputs=gr.inputs.Textbox(lines=2, placeholder="Enter Hashtag Here"),
43
  outputs="dataframe",
44
  examples=[[hashtag_phrase,recent_tweet_count_you_want]],
45
  theme="seafoam",
 
39
  #data6=data5.head(10)
40
  return data5
41
  iface = gr.Interface(
42
+ search_hashtag1,inputs=["text","number"],
43
  outputs="dataframe",
44
  examples=[[hashtag_phrase,recent_tweet_count_you_want]],
45
  theme="seafoam",