jmcinern commited on
Commit
3b1fdb8
·
verified ·
1 Parent(s): 941cd13

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,7 +98,7 @@ bot = ChatBot()
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
 
 
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