Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -98,7 +98,7 @@ bot = ChatBot()
|
|
| 98 |
|
| 99 |
# Create interface
|
| 100 |
with gr.Blocks() as demo:
|
| 101 |
-
gr.HTML(
|
| 102 |
chatbot = gr.Chatbot(height=500)
|
| 103 |
msg = gr.Textbox(placeholder="Type your message...", show_label=False)
|
| 104 |
|
|
|
|
| 98 |
|
| 99 |
# Create interface
|
| 100 |
with gr.Blocks() as demo:
|
| 101 |
+
gr.HTML('<h1 style="margin:0;">A Bilingual Irish-English LLM — Developed by Abair.ie</h1>')
|
| 102 |
chatbot = gr.Chatbot(height=500)
|
| 103 |
msg = gr.Textbox(placeholder="Type your message...", show_label=False)
|
| 104 |
|