Skip to content

Commit

Permalink
adjust length of side bar
Browse files Browse the repository at this point in the history
  • Loading branch information
lfunderburk committed Jan 18, 2024
1 parent f3e696d commit 69d5e41
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions examples/docker/personality-quiz-rag-solara/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,12 +345,9 @@ def Sidebar():
solara.Markdown("* Back end: [Haystack](https://haystack.deepset.ai/)", style="color: #F0EDCF"),
solara.Markdown("* Deployment: [Ploomber Cloud](https://ploomber.io/)", style="color: #F0EDCF"),
# Here you can add more information or links to how the application is built
], style="background-color: #0B60B0; color: #F0EDCF; padding: 1em; width: 550px; height: 200vh;")
], style="background-color: #0B60B0; color: #F0EDCF; padding: 1em; width: 550px; height: 175vh;")


"""
"""
# App layout
@solara.component
def Page():
Expand Down

0 comments on commit 69d5e41

Please sign in to comment.