jagadeshwaran
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -223,8 +223,8 @@ with gr.Blocks(theme='gradio/soft') as CHATBOT:
|
|
223 |
with gr.Row():
|
224 |
with gr.Column(scale=10):
|
225 |
gr.HTML(value="""<div style="color: #FF4500;"><h1>Welcome! I am your friend!</h1>Ask me !I will help you<h1><span style="color: #008000">I AM A CHATBOT FOR 10 SCIENCE WITH TRANSLATION IN 22 LANGUAGES</span></h1></div>""")
|
226 |
-
gr.HTML(value=f"""<p style="font-family: sans-serif; font-size: 16px;">A free chat bot developed by
|
227 |
-
gr.HTML(value=f"""<p style="font-family: Arial, sans-serif; font-size: 14px;"> Suggestions may be sent to <a href="mailto:
|
228 |
|
229 |
with gr.Column(scale=3):
|
230 |
gr.Image(value='logo.png', height=200, width=200)
|
|
|
223 |
with gr.Row():
|
224 |
with gr.Column(scale=10):
|
225 |
gr.HTML(value="""<div style="color: #FF4500;"><h1>Welcome! I am your friend!</h1>Ask me !I will help you<h1><span style="color: #008000">I AM A CHATBOT FOR 10 SCIENCE WITH TRANSLATION IN 22 LANGUAGES</span></h1></div>""")
|
226 |
+
gr.HTML(value=f"""<p style="font-family: sans-serif; font-size: 16px;">A free chat bot developed by JAGADESHWARAN.M,SATHISH.S,JOSHWA.C STUDENTS OF GHS.SUTHUKENY using Open source LLMs for 10 std students</p>""")
|
227 |
+
gr.HTML(value=f"""<p style="font-family: Arial, sans-serif; font-size: 14px;"> Suggestions may be sent to <a href="mailto:34020306901@dse.pdy.edu.in" style="color: #00008B; font-style: italic;">34020306901@dse.pdy.edu.in</a>.</p>""")
|
228 |
|
229 |
with gr.Column(scale=3):
|
230 |
gr.Image(value='logo.png', height=200, width=200)
|