import streamlit as st import os import openai import json import bcrypt import os from groq import Groq import re import warnings warnings.filterwarnings('ignore') client = Groq( api_key=os.environ.get("GROQ_API_KEY"), ) # hiding streamlit header and menus hide_menu = """ """ st.markdown(hide_menu, unsafe_allow_html = True) # function to remove the streamlit tag from webpage title def set_page_title(title): st.markdown(unsafe_allow_html=True, body=f"""