changing title and subtitle
Browse files
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;'>
|
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():
|