Update streamlit_app.py
This commit is contained in:
parent
22bd61e56c
commit
c99031acbe
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import sys
|
||||||
sys.path.append(os.path.join(os.path.dirname(__file__), os.path.pardir))
|
sys.path.append(os.path.join(os.path.dirname(__file__), os.path.pardir))
|
||||||
|
|
||||||
import streamlit as st
|
import streamlit as st
|
||||||
from openai_rev import you
|
import you
|
||||||
|
|
||||||
|
|
||||||
def get_answer(question: str) -> str:
|
def get_answer(question: str) -> str:
|
||||||
|
|
Loading…
Reference in a new issue