Spaces:
Sleeping
Sleeping
Update app2.py
Browse files
app2.py
CHANGED
@@ -153,7 +153,7 @@ if st.session_state.workspace_projects:
|
|
153 |
else:
|
154 |
st.info("No files in the project. Use the chat interface to generate code.")
|
155 |
else:
|
156 |
-
st.info(
|
157 |
|
158 |
# Terminal Interface
|
159 |
st.subheader("Terminal (Workspace Context)")
|
|
|
153 |
else:
|
154 |
st.info("No files in the project. Use the chat interface to generate code.")
|
155 |
else:
|
156 |
+
st.info("No projects created yet. Create a project to start coding.")
|
157 |
|
158 |
# Terminal Interface
|
159 |
st.subheader("Terminal (Workspace Context)")
|