Skip to content

rti doc generator edit

Bhaskara Pranav Sai Kudupudi requested to merge pranav into main

Merge Request Description

Summary

Implemented a working RTI document copy UX and fixed runtime issues in app.py.

Changes

  • Added a scrollable RTI output textarea so the full generated RTI request is visible in the app.
  • Added a quick "Copy RTI text" button for one-click copying of the generated document.
  • Switched the RTI copy UI to use streamlit.components.v1.html(...) so the embedded JavaScript runs correctly in Streamlit.
  • Added torchvision to requirements.txt and installed it in the project .venv to resolve the missing dependency error.
  • Fixed syntax/indentation issues in app.py caused by the earlier embedded HTML block.

Verification

  • app.py now compiles successfully in the local .venv.
  • The RTI document box and copy button logic are implemented as intended.

Merge request reports

Loading