jmcinern commited on
Commit
5914757
·
verified ·
1 Parent(s): 82b97a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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;">A Bilingual Irish-English LLM Developed by Abair.ie</h1>')
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