yuchenlin commited on
Commit
f358cdd
1 Parent(s): 9e82682
Files changed (2) hide show
  1. README.md +1 -0
  2. app.py +1 -1
README.md CHANGED
@@ -7,6 +7,7 @@ sdk: gradio
7
  sdk_version: 4.19.2
8
  app_file: app.py
9
  pinned: true
 
10
  ---
11
 
12
  An example chatbot using [Gradio](https://gradio.app), [`huggingface_hub`](https://huggingface.co/docs/huggingface_hub/v0.22.2/en/index), and the [Hugging Face Inference API](https://huggingface.co/docs/api-inference/index).
 
7
  sdk_version: 4.19.2
8
  app_file: app.py
9
  pinned: true
10
+ full_width: true
11
  ---
12
 
13
  An example chatbot using [Gradio](https://gradio.app), [`huggingface_hub`](https://huggingface.co/docs/huggingface_hub/v0.22.2/en/index), and the [Hugging Face Inference API](https://huggingface.co/docs/api-inference/index).
app.py CHANGED
@@ -187,7 +187,7 @@ with gr.Blocks(gr.themes.Soft(), js=js_code_label) as demo:
187
  # additional_inputs_accordion="⚙️ Parameters",
188
  # fill_height=True,
189
  )
190
- chat.chatbot.height = 600
191
 
192
 
193
 
 
187
  # additional_inputs_accordion="⚙️ Parameters",
188
  # fill_height=True,
189
  )
190
+ chat.chatbot.height = 550
191
 
192
 
193