Rajagopal commited on
Commit
0f5baed
·
1 Parent(s): ff70426

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,5 +64,5 @@ with st.form("my_form"):
64
 
65
  if yourquestion:
66
  answer = index.query(llm=llmgpt3, question=yourquestion, chain_type="map_reduce")
67
- st.write(answer)
68
 
 
64
 
65
  if yourquestion:
66
  answer = index.query(llm=llmgpt3, question=yourquestion, chain_type="map_reduce")
67
+ st.subheader(answer)
68