Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|