Spaces:
Paused
Paused
Commit
·
ebacf16
1
Parent(s):
9ac5bfc
update final code
Browse files
app.py
CHANGED
@@ -64,4 +64,4 @@ if question:
|
|
64 |
# Get the model's response (in this case, SQL query or logits)
|
65 |
response = text2sql_bot.get_response(question, db_id)
|
66 |
st.write(f"**Database:** {db_id}")
|
67 |
-
st.write(f"**
|
|
|
64 |
# Get the model's response (in this case, SQL query or logits)
|
65 |
response = text2sql_bot.get_response(question, db_id)
|
66 |
st.write(f"**Database:** {db_id}")
|
67 |
+
st.write(f"**Results:** {response}")
|