Spaces:
Runtime error
Runtime error
Commit
·
c9794fb
1
Parent(s):
9661fe1
reveal API URL
Browse files
app.py
CHANGED
@@ -34,6 +34,8 @@ Options:
|
|
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:',
|
39 |
64, "sampling", False],
|
|
|
34 |
|
35 |
API_URL = os.getenv("API_URL")
|
36 |
|
37 |
+
print(API_URL)
|
38 |
+
|
39 |
examples = [
|
40 |
['To do a "farduddle" means to jump up and down really fast. An example of a sentence that uses the word farduddle is:',
|
41 |
64, "sampling", False],
|