Kushwanth Chowday Kandala commited on
Commit
23247c4
1 Parent(s): 80682f3

text input sample

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -119,7 +119,7 @@ if "chat_history" not in st.session_state:
119
  st.session_state["chat_history"] = []
120
 
121
 
122
- st.chat_input("Enter your message", on_submit=chat_actions, key="chat_input")
123
 
124
  for i in st.session_state["chat_history"]:
125
  with st.chat_message(name=i["role"]):
 
119
  st.session_state["chat_history"] = []
120
 
121
 
122
+ st.chat_input("show me the contents of ML paper published on xxx with article no. xx?", on_submit=chat_actions, key="chat_input")
123
 
124
  for i in st.session_state["chat_history"]:
125
  with st.chat_message(name=i["role"]):