Omnibus commited on
Commit
08f1e90
1 Parent(s): 61da65e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ def check_rand(inp,val):
69
  with gr.Blocks() as app:
70
  gr.HTML("""<center><h1 style='font-size:xx-large;'>Google Gemma Models</h1><br><h3>running on Huggingface Inference Client</h3><br><h7>EXPERIMENTAL""")
71
  with gr.Group():
72
- chat_b = gr.Chatbot()
73
  with gr.Row():
74
  with gr.Column(scale=3):
75
  inp = gr.Textbox(label="Prompt")
 
69
  with gr.Blocks() as app:
70
  gr.HTML("""<center><h1 style='font-size:xx-large;'>Google Gemma Models</h1><br><h3>running on Huggingface Inference Client</h3><br><h7>EXPERIMENTAL""")
71
  with gr.Group():
72
+ chat_b = gr.Chatbot(height=500)
73
  with gr.Row():
74
  with gr.Column(scale=3):
75
  inp = gr.Textbox(label="Prompt")