Tenzin Gyalpo commited on
Commit
f0e9697
1 Parent(s): e4b7063

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -95,7 +95,9 @@ assert css_fn.exists() and css_fn.is_file(), f"CSS file not found: {css_fn}"
95
  with gr.Blocks(css=str(css_fn), theme=gr.themes.Soft()) as demo:
96
  chat_id = gr.State(value=get_chat_id)
97
  history_en = gr.State(value=[])
98
- history_bo = gr.Chatbot(label="Tibetan Chatbot", elem_id="maiChatHistory")
 
 
99
 
100
  input_bo = gr.Textbox(
101
  show_label=False,
 
95
  with gr.Blocks(css=str(css_fn), theme=gr.themes.Soft()) as demo:
96
  chat_id = gr.State(value=get_chat_id)
97
  history_en = gr.State(value=[])
98
+ history_bo = gr.Chatbot(label="Tibetan Chatbot", elem_id="maiChatHistory").style(
99
+ height=650
100
+ )
101
 
102
  input_bo = gr.Textbox(
103
  show_label=False,