Skip to content

Commit

Permalink
style: set height of input area to enough to show 6 lines
Browse files Browse the repository at this point in the history
  • Loading branch information
phanhongan committed Nov 16, 2024
1 parent 54e2854 commit 363d9b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/llamarine/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ def main(use_domain_lm: bool = False):
label='Problem/Question',
value=st.session_state.typed_problem,
max_chars=None,
height=22 * 6,
key=None,
help='Problem/Question',
on_change=None, args=None, kwargs=None,
Expand Down

0 comments on commit 363d9b2

Please sign in to comment.