JSenkCC commited on
Commit
d7c108b
·
verified ·
1 Parent(s): 7ac17d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -482,8 +482,8 @@ def generate_documentation_page():
482
  st.error(f"An error occurred: {e}")
483
  else:
484
  st.error("Project folder not found. Ensure the GitHub repository was cloned successfully.")
485
- else:
486
- st.error("Please enter the functionality to analyze.")
487
 
488
  # Add export/download buttons if documentation is available
489
  if "generated_documentation" in st.session_state and st.session_state.generated_documentation:
 
482
  st.error(f"An error occurred: {e}")
483
  else:
484
  st.error("Project folder not found. Ensure the GitHub repository was cloned successfully.")
485
+ else:
486
+ st.error("Please enter the functionality to analyze.")
487
 
488
  # Add export/download buttons if documentation is available
489
  if "generated_documentation" in st.session_state and st.session_state.generated_documentation: