Spaces:
Runtime error
Runtime error
Commit
·
68df3ae
1
Parent(s):
5621586
Update app.py
Browse files
app.py
CHANGED
@@ -33,6 +33,7 @@ Options:
|
|
33 |
"""
|
34 |
|
35 |
API_URL = os.getenv("API_URL")
|
|
|
36 |
|
37 |
examples = [
|
38 |
['To do a "farduddle" means to jump up and down really fast. An example of a sentence that uses the word farduddle is:',
|
|
|
33 |
"""
|
34 |
|
35 |
API_URL = os.getenv("API_URL")
|
36 |
+
print(API_URL)
|
37 |
|
38 |
examples = [
|
39 |
['To do a "farduddle" means to jump up and down really fast. An example of a sentence that uses the word farduddle is:',
|