mehmet0001 commited on
Commit
2faf2c3
·
verified ·
1 Parent(s): 3567445

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ prompt_template = """Answer the question only according to the information provi
28
  ## Question :
29
  # {}"""
30
 
31
- if st.session_state.stage == "prompt-input"
32
  prompt = st.chat_input("What would you like to chat about?")
33
  prompt_btn = st.button("Enter")
34
 
 
28
  ## Question :
29
  # {}"""
30
 
31
+ if st.session_state.stage == "prompt-input":
32
  prompt = st.chat_input("What would you like to chat about?")
33
  prompt_btn = st.button("Enter")
34