Update streamlit_app.py
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user