gofeco commited on
Commit
c40d786
1 Parent(s): 3cbd59f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,5 +7,5 @@ para = nand.setupDB("en", 10)
7
  print("Ready to receive from chat client")
8
  query = st.text_area("Enter a query about ECO:")
9
  if query:
10
- response = textwrap.fill(nand.process_query(query, para), width=100)
11
  st.text(response)
 
7
  print("Ready to receive from chat client")
8
  query = st.text_area("Enter a query about ECO:")
9
  if query:
10
+ response = textwrap.fill(nand.process_query(query, para), width=77)
11
  st.text(response)