thiyagab commited on
Commit
187bdeb
1 Parent(s): 70cb886

long response fix

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,5 +7,5 @@ x=st.text_input('Ask valluvar')
7
  # st.write(x, 'squared is', x * x)
8
  if (x):
9
  response=semanticsearch.find_similarities(x)
10
- st.markdown(response)
11
 
 
7
  # st.write(x, 'squared is', x * x)
8
  if (x):
9
  response=semanticsearch.find_similarities(x)
10
+ st.text(response)
11