Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 253 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 253 Bytes

Course Q&A Platform

A Streamlit-based platform for managing course questions and student answers.

Setup

  1. Install the required dependencies:
pip install -r requirements.txt
  1. Run the application:
streamlit run app.py