1
0
Fork 0

Update streamlit_app.py

This commit is contained in:
t.me/xtekky 2023-04-29 01:11:21 +01:00 committed by GitHub
parent 22bd61e56c
commit c99031acbe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ import sys
sys.path.append(os.path.join(os.path.dirname(__file__), os.path.pardir))
import streamlit as st
from openai_rev import you
import you
def get_answer(question: str) -> str: