Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -110,7 +110,7 @@ def main():
|
|
| 110 |
placeholder.markdown(response)
|
| 111 |
st.session_state.messages.append({"role": "assistant", "content": response})
|
| 112 |
else:
|
| 113 |
-
st.info("
|
| 114 |
|
| 115 |
if __name__ == "__main__":
|
| 116 |
main()
|
|
|
|
| 110 |
placeholder.markdown(response)
|
| 111 |
st.session_state.messages.append({"role": "assistant", "content": response})
|
| 112 |
else:
|
| 113 |
+
st.info("Please upload a video in step 2 to start chatting.")
|
| 114 |
|
| 115 |
if __name__ == "__main__":
|
| 116 |
main()
|