Nymbo commited on
Commit
c2747e1
1 Parent(s): 953a28d

changing title and subtitle

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -228,7 +228,7 @@ def check_rand(inp,val):
228
  with gr.Blocks() as app:
229
  model_state=gr.State()
230
  memory=gr.State()
231
- gr.HTML("""<center><h1 style='font-size:xx-large;'>Huggingface Hub InferenceClient</h1><br><h3>Chatbot's</h3></center>""")
232
  chat_b = gr.Chatbot(height=500)
233
  with gr.Group():
234
  with gr.Row():
 
228
  with gr.Blocks() as app:
229
  model_state=gr.State()
230
  memory=gr.State()
231
+ gr.HTML("""<center><h1 style='font-size:xx-large;'>LangHub</h1><br><h3>Fast Inference Playground</h3></center>""")
232
  chat_b = gr.Chatbot(height=500)
233
  with gr.Group():
234
  with gr.Row():