Spaces:
Runtime error
Runtime error
Timothyxxx
commited on
Commit
·
ce102ad
1
Parent(s):
340859a
Enrich the prompt words
Browse files
app.py
CHANGED
@@ -191,7 +191,7 @@ if not question:
|
|
191 |
|
192 |
# Generate Binder Program
|
193 |
generator = Generator(args, keys=keys)
|
194 |
-
with st.spinner("Generating program ..."):
|
195 |
binder_program = generate_binder_program(args, generator,
|
196 |
{"question": question, "table": db.get_table_df(), "title": title})
|
197 |
|
|
|
191 |
|
192 |
# Generate Binder Program
|
193 |
generator = Generator(args, keys=keys)
|
194 |
+
with st.spinner("Generating Binder program to solve the question..."):
|
195 |
binder_program = generate_binder_program(args, generator,
|
196 |
{"question": question, "table": db.get_table_df(), "title": title})
|
197 |
|