Update app.py
Browse files
app.py
CHANGED
@@ -128,7 +128,7 @@ def infer(question):
|
|
128 |
limit = 0
|
129 |
return infer(question)
|
130 |
else:
|
131 |
-
return "Usage Limit reached :( Please visit https://
|
132 |
|
133 |
|
134 |
css="""
|
|
|
128 |
limit = 0
|
129 |
return infer(question)
|
130 |
else:
|
131 |
+
return "Usage Limit reached :( Please visit https://askedith.gumroad.com/l/app to unlock unlimited access!"
|
132 |
|
133 |
|
134 |
css="""
|