Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -117,7 +117,7 @@ bot = ChatBot()
|
|
| 117 |
|
| 118 |
# Create interface
|
| 119 |
with gr.Blocks() as demo:
|
| 120 |
-
gr.HTML('<h1 style="margin:0;">
|
| 121 |
chatbot = gr.Chatbot(height=400)
|
| 122 |
msg = gr.Textbox(placeholder="Type your message...", show_label=False)
|
| 123 |
|
|
|
|
| 117 |
|
| 118 |
# Create interface
|
| 119 |
with gr.Blocks() as demo:
|
| 120 |
+
gr.HTML('<h1 style="margin:0;">LLM dátheangach Gaeilge–Béarla forbartha ag Abair.ie</h1>')
|
| 121 |
chatbot = gr.Chatbot(height=400)
|
| 122 |
msg = gr.Textbox(placeholder="Type your message...", show_label=False)
|
| 123 |
|