Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
navhira
/
streamlit_test
like
0
Runtime error
App
Files
Files
Community
3
Update app.py
#2
by
Docfile
- opened
Sep 15, 2023
base:
refs/heads/main
←
from:
refs/pr/2
Discussion
Files changed
+1
-1
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,4 +1,4 @@
1
-
pip install streamlit openai langchain
2
3
import streamlit as st
4
from langchain.llms import OpenAI
1
+
#
pip install streamlit openai langchain
2
3
import streamlit as st
4
from langchain.llms import OpenAI