Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -145,7 +145,7 @@ def main():
|
|
145 |
col1, col2 = st.columns(2)
|
146 |
query = col1.text_area("Enter your question")
|
147 |
|
148 |
-
if col1.button("Get Answer"):
|
149 |
ans = get_ans(query)
|
150 |
print(ans)
|
151 |
col2.text_area("Sci-mcq-GPT Response", ans)
|
|
|
145 |
col1, col2 = st.columns(2)
|
146 |
query = col1.text_area("Enter your question")
|
147 |
|
148 |
+
if col1.button("Get Answer"):
|
149 |
ans = get_ans(query)
|
150 |
print(ans)
|
151 |
col2.text_area("Sci-mcq-GPT Response", ans)
|