Spaces:
Runtime error
Runtime error
Commit
·
0f1d162
1
Parent(s):
2ba6811
Update app.py
Browse files
app.py
CHANGED
@@ -216,9 +216,9 @@ def run():
|
|
216 |
if(search_words != ""):
|
217 |
search_words.clear()
|
218 |
err=True
|
219 |
-
|
220 |
-
|
221 |
-
|
222 |
|
223 |
|
224 |
if submit_button:
|
|
|
216 |
if(search_words != ""):
|
217 |
search_words.clear()
|
218 |
err=True
|
219 |
+
elif(number_of_tweets >0):
|
220 |
+
number_of_tweets.clear()
|
221 |
+
err=true
|
222 |
|
223 |
|
224 |
if submit_button:
|