babelAI commited on
Commit
ecca8d6
·
verified ·
1 Parent(s): e285f21

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  # Hello! It seems like you want to import the Streamlit library in Python. Streamlit is a powerful open-source framework used for building web applications with interactive data visualizations and machine learning models. To import Streamlit, you'll need to ensure that you have it installed in your Python environment.
2
  # Once you have Streamlit installed, you can import it into your Python script using the import statement,
3
 
4
- import streamlit as staticmethod
5
 
6
 
7
  from langchain.llms import OpenAI
 
1
  # Hello! It seems like you want to import the Streamlit library in Python. Streamlit is a powerful open-source framework used for building web applications with interactive data visualizations and machine learning models. To import Streamlit, you'll need to ensure that you have it installed in your Python environment.
2
  # Once you have Streamlit installed, you can import it into your Python script using the import statement,
3
 
4
+ import streamlit as st
5
 
6
 
7
  from langchain.llms import OpenAI