Logeswaransr commited on
Commit
c885860
1 Parent(s): 1f1b415

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ if prompt:=st.chat_input("What is up!"):
33
 
34
  out=pipe(prompt)
35
 
36
- response = f"Echo: {prompt}\nAnalysis: {out}"
37
 
38
  with st.chat_message("assistant"):
39
  st.markdown(response)
 
33
 
34
  out=pipe(prompt)
35
 
36
+ response = f"Analysis: {out}"
37
 
38
  with st.chat_message("assistant"):
39
  st.markdown(response)