JSenkCC commited on
Commit
67aaefa
·
verified ·
1 Parent(s): 2df8bac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -439,7 +439,7 @@ def generate_documentation_page():
439
  # Display the final documentation
440
  st.success("Documentation generated successfully!")
441
  st.text_area("Generated Documentation", final_documentation, height=600)
442
- st.rerun()
443
  except Exception as e:
444
  st.error(f"An error occurred: {e}")
445
  else:
 
439
  # Display the final documentation
440
  st.success("Documentation generated successfully!")
441
  st.text_area("Generated Documentation", final_documentation, height=600)
442
+
443
  except Exception as e:
444
  st.error(f"An error occurred: {e}")
445
  else: