yxmauw commited on
Commit
0a91bcb
1 Parent(s): 1d64fee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -37,6 +37,8 @@ with gr.Blocks(
37
 
38
  # Link the dropdown with the textbox to update the description based on the selected model
39
  model_dropdown.change(fn=llm_intro, inputs=model_dropdown, outputs=explanation)
 
 
40
 
41
  with gr.Column(scale=4, elem_id='col'):
42
  chatbot = gr.Chatbot(label="Chatroom", value=[(None, "How may I help you today?")], elem_id="chatbot")
 
37
 
38
  # Link the dropdown with the textbox to update the description based on the selected model
39
  model_dropdown.change(fn=llm_intro, inputs=model_dropdown, outputs=explanation)
40
+
41
+ gr.Image(interactive=False, value="https://huggingface.co/spaces/yxmauw/chatbot/edit/main/space_hardware.png")
42
 
43
  with gr.Column(scale=4, elem_id='col'):
44
  chatbot = gr.Chatbot(label="Chatroom", value=[(None, "How may I help you today?")], elem_id="chatbot")