Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

created a secondary UI with streamlint to toggle between the standard and newly build UI #126

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

imvikasmr
Copy link

Scope

[Add context about what this feature is about and explain why of the feature and your technical decisions.]

Added a new ui for the application, you can use different ui for the same application the default ui can be used by running the command poetry run python textbase/textbase_cli.py test

you can use the streamlit run examples\streamlit\streamlit_vicky-chatbot.py command to run the ui built with stream lit

  • [Sub task]

there were not enough modification made other then storing the api key in a sperate file called secrets.toml the file will not be stroed in the repo when you clone the repo please create a .streamlit folder in the main path and add a secrets.toml file.

.streamlit/secrets.toml

OPENAI_API_KEY = "YOUR_API_KEY"

Screenshots


Code improvements

  • [Did you add some generic like utility, component, or anything else useful outside of this PR]

Developer checklist

  • [✅] I’ve manually tested that code works locally on desktop and mobile browsers.
  • [✅] I’ve reviewed my code.
  • [✅] I’ve removed all my personal credentials (API keys etc.) from the code.

@vercel
Copy link

vercel bot commented Sep 4, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
textbase ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 4, 2023 5:18am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant