Spaces:
Sleeping
Sleeping
Kieran Gookey
commited on
Commit
·
78a3a2f
1
Parent(s):
c32566c
Write price instead
Browse files
app.py
CHANGED
@@ -70,8 +70,6 @@ if html_file is not None:
|
|
70 |
|
71 |
response = query_engine.query(query)
|
72 |
|
73 |
-
st.code(json.dumps(response.response), language="json")
|
74 |
-
|
75 |
st.write(f'Price: {response.price}')
|
76 |
|
77 |
# if st.button('Start Pipeline'):
|
|
|
70 |
|
71 |
response = query_engine.query(query)
|
72 |
|
|
|
|
|
73 |
st.write(f'Price: {response.price}')
|
74 |
|
75 |
# if st.button('Start Pipeline'):
|