mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-11-24 09:48:15 +03:00
Update streamlit_app.py
This commit is contained in:
parent
22bd61e56c
commit
c99031acbe
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user