Update app.py
Browse files
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 |
-
|
| 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)
|
|
|