From 1abbfebea7fd6673833abfb099962ec7d21bc2a5 Mon Sep 17 00:00:00 2001 From: Jordan Kim Date: Tue, 2 Apr 2024 17:19:01 +0900 Subject: [PATCH] updated readme --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e99e9d7..cb20d99 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![PyPI version](https://badge.fury.io/py/politely.svg)](https://badge.fury.io/py/politely) ![Workflow status](https://github.com/eubinecto/politely/actions/workflows/tests.yml/badge.svg) -[![Open in Streamlit](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://eubinecto-politely-main-streamlit-4vmces.streamlitapp.com) +[![Open in Streamlit](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://politely.streamlit.app) [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1tpx_wrMmzD_pWeEibeenlU4q8TuKK1j7?usp=sharing) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Feubinecto%2Fpolitely&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false)](https://hits.seeyoufarm.com) @@ -165,15 +165,14 @@ print(styler("내일 저랑 같이 점심 먹어요.", 0)) ## Hosting the interactive demo -You can either host the interactive demo locally ([you first have to sign up for papago API to get your secrets](https://developers.naver.com/docs/papago/README.md)) +You can either host the interactive demo locally (You have to setup your own `OPENAI_API_KEY`) ```shell -export NAVER_CLIENT_ID = ... -export NAVER_CLIENT_SECRET = ... +export OPENAI_API_KEY = ... # host the demo via streamlit -streamlit run main_deploy.py +streamlit run main_streamlit.py ``` -Or just visit [the demo we are hosting](https://eubinecto-politely-main-streamlit-4vmces.streamlitapp.com) for you | +Or just visit [the demo we are hosting](https://politely.streamlit.app) for you | --- | image |