Update app.py
Browse files
app.py
CHANGED
@@ -146,7 +146,7 @@ if st.button('Analyze'):
|
|
146 |
else:
|
147 |
st.write("Unable to call model, please select question and contract")
|
148 |
|
149 |
-
|
150 |
if(raw_answer==""):
|
151 |
st.write("Unable to call model, please select question and contract")
|
152 |
else:
|
|
|
146 |
else:
|
147 |
st.write("Unable to call model, please select question and contract")
|
148 |
|
149 |
+
if st.button('Check Sustainability'):
|
150 |
if(raw_answer==""):
|
151 |
st.write("Unable to call model, please select question and contract")
|
152 |
else:
|