diff options
author | t.me/xtekky <98614666+xtekky@users.noreply.github.com> | 2023-04-29 13:07:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-29 13:07:38 +0200 |
commit | e4aac28186318ddfe49878cacd8676bc7c62f87d (patch) | |
tree | 4a4f9315dfea90c6431e15a0db6f2af0d7832592 /gui/streamlit_app.py | |
parent | Update README.md (diff) | |
parent | refactored code (diff) | |
download | gpt4free-e4aac28186318ddfe49878cacd8676bc7c62f87d.tar gpt4free-e4aac28186318ddfe49878cacd8676bc7c62f87d.tar.gz gpt4free-e4aac28186318ddfe49878cacd8676bc7c62f87d.tar.bz2 gpt4free-e4aac28186318ddfe49878cacd8676bc7c62f87d.tar.lz gpt4free-e4aac28186318ddfe49878cacd8676bc7c62f87d.tar.xz gpt4free-e4aac28186318ddfe49878cacd8676bc7c62f87d.tar.zst gpt4free-e4aac28186318ddfe49878cacd8676bc7c62f87d.zip |
Diffstat (limited to 'gui/streamlit_app.py')
-rw-r--r-- | gui/streamlit_app.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/streamlit_app.py b/gui/streamlit_app.py index 8a6bcfa9..2dba0a7b 100644 --- a/gui/streamlit_app.py +++ b/gui/streamlit_app.py @@ -4,7 +4,7 @@ import sys sys.path.append(os.path.join(os.path.dirname(__file__), os.path.pardir)) import streamlit as st -import you +from gpt4free import you def get_answer(question: str) -> str: |