Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -113,7 +113,7 @@ def check_rand(inp,val):
|
|
| 113 |
|
| 114 |
with gr.Blocks() as app:
|
| 115 |
memory=gr.State()
|
| 116 |
-
gr.HTML("""<center><h1 style='font-size:xx-large;'>
|
| 117 |
chat_b = gr.Chatbot(height=500)
|
| 118 |
with gr.Group():
|
| 119 |
with gr.Row():
|
|
|
|
| 113 |
|
| 114 |
with gr.Blocks() as app:
|
| 115 |
memory=gr.State()
|
| 116 |
+
gr.HTML("""<center><h1 style='font-size:xx-large;'>Huggingface Hub InferenceClient</h1><br><h3>Chatbot's</h3></center>""")
|
| 117 |
chat_b = gr.Chatbot(height=500)
|
| 118 |
with gr.Group():
|
| 119 |
with gr.Row():
|