Omnibus commited on
Commit
cffbd3f
1 Parent(s): d786de6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -58,6 +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
  with gr.Group():
62
  chat_b = gr.Chatbot()
63
  with gr.Row():
 
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():