-
Notifications
You must be signed in to change notification settings - Fork 16
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
Chat with GitHub Frontend UI #170
Conversation
# with sl.Column(align="start", classes=["plug"]): | ||
# with sl.HBox(align_items="center"): | ||
# sl.Image(f"static/system-logo.png", classes=["logo"]) | ||
# sl.HTML(tag="a", unsafe_innerHTML="Built by Ploomber", attributes={"href": "https://ploomber.io", "target": "_blank"}, classes=["link"]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ensure you remove commented code
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
humanize | ||
solara==1.29.1 | ||
openai |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
provide specific versions so the app doesn't break with upgrades
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bryannho are we linking from the blog post to the example? if not, please add a link |
@edublancas the blog post links to the example code but not the deployed app. do you want me to add a link to the deployed app? |
no, it's ok. i meant a link to the example code |
Changes
chat-with-github-api
example to include Solara frontendapi/
andclient/
foldersDockerfile
to deploy all processes in one containerCloses #148
📚 Documentation preview 📚: https://ploomber-doc--170.org.readthedocs.build/en/170/