ysharma HF staff commited on
Commit
cb12cc0
1 Parent(s): 6ff9ebb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -12,8 +12,9 @@ placeholder = """
12
  <b>CodeGemma-7B-IT</b>
13
  """
14
 
15
- chat = gr.Chatbot(placeholder=placeholder)
16
- with gr.Blocks(fill_height=True) as demo:
17
- gr.ChatInterface(alternatingly_agree, chatbot=chat, fill_height=True )
 
18
 
19
  demo.launch()
 
12
  <b>CodeGemma-7B-IT</b>
13
  """
14
 
15
+ #chat = gr.Chatbot(placeholder=placeholder)
16
+ with gr.Blocks() as demo:
17
+ gr.Image(value="gemma_lockup_vertical_full-color_rgb.png")
18
+ #gr.ChatInterface(alternatingly_agree, chatbot=chat, fill_height=True )
19
 
20
  demo.launch()