Shaltiel commited on
Commit
c15d895
โ€ข
1 Parent(s): 4fef482

Filled height

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -80,7 +80,7 @@ with gr.Blocks(css='''
80
  ''') as demo:
81
  gr.Markdown("""
82
  <div class="dicta-header">
83
- <img src="file/dicta-logo.jpg" alt="Dicta Logo" class="dicta-logo" style="max-height: 75px">
84
  <div class="dicta-intro-text">
85
  <h1>DictaLM 2.0 - Instruct Chat Demo</h1>
86
  <p>Welcome to the interactive demo of DictaLM-2.0. Explore the capabilities of our model and see how it can assist with your tasks.</p>
@@ -89,7 +89,7 @@ with gr.Blocks(css='''
89
  </div>
90
  """)
91
 
92
- interface = gr.ChatInterface(model_chat)
93
  interface.chatbot.rtl = True
94
  interface.textbox.placeholder = "ื”ื›ื ืก ืฉืืœื” ื‘ืขื‘ืจื™ืช (ืื• ื‘ืื ื’ืœื™ืช!)"
95
  interface.textbox.rtl = True
 
80
  ''') as demo:
81
  gr.Markdown("""
82
  <div class="dicta-header">
83
+ <img src="file/dicta-logo.jpg" alt="Dicta Logo" class="dicta-logo">
84
  <div class="dicta-intro-text">
85
  <h1>DictaLM 2.0 - Instruct Chat Demo</h1>
86
  <p>Welcome to the interactive demo of DictaLM-2.0. Explore the capabilities of our model and see how it can assist with your tasks.</p>
 
89
  </div>
90
  """)
91
 
92
+ interface = gr.ChatInterface(model_chat, fill_height=False)
93
  interface.chatbot.rtl = True
94
  interface.textbox.placeholder = "ื”ื›ื ืก ืฉืืœื” ื‘ืขื‘ืจื™ืช (ืื• ื‘ืื ื’ืœื™ืช!)"
95
  interface.textbox.rtl = True