b884933
1
2
3
4
5
6
7
import os import streamlit as st from langchain.llms import openai st.title("Chat with your data") promt = st.text_area("Enter your prompt here", "What is the capital of France?")