avanish07 commited on
Commit
d02a246
1 Parent(s): 3b65e7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)