gofeco commited on
Commit
72e8145
1 Parent(s): e954464

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -10,6 +10,6 @@ if query:
10
  itisscript, response = nand.process_query(query, para)
11
  if not itisscript:
12
  themod = textwrap.fill(response, width=77)
 
13
  else:
14
- themod = response
15
- st.text(themod)
 
10
  itisscript, response = nand.process_query(query, para)
11
  if not itisscript:
12
  themod = textwrap.fill(response, width=77)
13
+ st.text("W:"+themod)
14
  else:
15
+ st.text("S:"+response)