hail75 commited on
Commit
b884933
·
1 Parent(s): b389212

Add application file

Browse files
Files changed (1) hide show
  1. app.py +7 -0
app.py ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ import os
2
+
3
+ import streamlit as st
4
+ from langchain.llms import openai
5
+
6
+ st.title("Chat with your data")
7
+ promt = st.text_area("Enter your prompt here", "What is the capital of France?")