Spaces:
Runtime error
Runtime error
Timothyxxx
commited on
Commit
·
7494e0f
1
Parent(s):
1033534
Re-set the example
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ st.set_page_config(
|
|
28 |
ROOT_DIR = os.path.join(os.path.dirname(__file__), "./")
|
29 |
# todo: Add more binder questions, need careful cherry-picks
|
30 |
EXAMPLE_TABLES = {
|
31 |
-
"Estonia men's national volleyball team": (558, "
|
32 |
# 'how old is kert toobal'
|
33 |
"Highest mountain peaks of California": (5, "which is the lowest mountain?"),
|
34 |
# 'which mountain is in the most north place?'
|
|
|
28 |
ROOT_DIR = os.path.join(os.path.dirname(__file__), "./")
|
29 |
# todo: Add more binder questions, need careful cherry-picks
|
30 |
EXAMPLE_TABLES = {
|
31 |
+
"Estonia men's national volleyball team": (558, "what is the number of players from france?"),
|
32 |
# 'how old is kert toobal'
|
33 |
"Highest mountain peaks of California": (5, "which is the lowest mountain?"),
|
34 |
# 'which mountain is in the most north place?'
|