rrrreddy's picture
getting response from cohere based on the resume and jd provided
f68f274
raw
history blame
No virus
84 Bytes
import streamlit as st
from src.main import run_app
# Run the application
run_app()