Omnibus commited on
Commit
2517b93
1 Parent(s): cffbd3f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ def chat_inf(system_prompt,prompt,history,client_choice):
58
  def clear_fn():
59
  return None,None,None
60
  with gr.Blocks() as app:
61
- gr.Markdown("""<center><h1>Google Gemma Models</h1><br><h3>running with Huggingface Inference Client</h3><br><h7>EXPERIMENTAL""")
62
  with gr.Group():
63
  chat_b = gr.Chatbot()
64
  with gr.Row():
 
58
  def clear_fn():
59
  return None,None,None
60
  with gr.Blocks() as app:
61
+ gr.HTML("""<center><h1 style='font-size:xx-large;'>Google Gemma Models</h1><br><h3>running with Huggingface Inference Client</h3><br><h7>EXPERIMENTAL""")
62
  with gr.Group():
63
  chat_b = gr.Chatbot()
64
  with gr.Row():