taewon99 commited on
Commit
67cdffd
โ€ข
1 Parent(s): 13b9071

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -1,5 +1,4 @@
1
  import streamlit as st
2
- from dotenv import load_dotenv
3
  from langchain.text_splitter import (
4
  CharacterTextSplitter,
5
  RecursiveCharacterTextSplitter,
@@ -125,7 +124,6 @@ def handle_userinput(user_question):
125
 
126
 
127
  def main():
128
- load_dotenv()
129
  # Streamlit UI๋ฅผ ์„ค์ •ํ•ฉ๋‹ˆ๋‹ค.
130
  st.title("๋ฌธ์„œ์— ๋Œ€ํ•ด ์งˆ๋ฌธํ•˜๋Š” ์ฑ„ํŒ…")
131
  st.sidebar.title("๋ฌธ์„œ ์—…๋กœ๋“œ")
 
1
  import streamlit as st
 
2
  from langchain.text_splitter import (
3
  CharacterTextSplitter,
4
  RecursiveCharacterTextSplitter,
 
124
 
125
 
126
  def main():
 
127
  # Streamlit UI๋ฅผ ์„ค์ •ํ•ฉ๋‹ˆ๋‹ค.
128
  st.title("๋ฌธ์„œ์— ๋Œ€ํ•ด ์งˆ๋ฌธํ•˜๋Š” ์ฑ„ํŒ…")
129
  st.sidebar.title("๋ฌธ์„œ ์—…๋กœ๋“œ")