Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=
|
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",
|