Tenzin Gyalpo commited on
Commit
49989c8
1 Parent(s): b15a4aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -95,9 +95,7 @@ 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").style(
99
- height=650
100
- )
101
 
102
  input_bo = gr.Textbox(
103
  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="Dhumra AI Chatbot", elem_id="maiChatHistory")
 
 
99
 
100
  input_bo = gr.Textbox(
101
  show_label=False,