RAMYASRI-39
commited on
Commit
•
db81e26
1
Parent(s):
ded0840
Update app.py
Browse files
app.py
CHANGED
@@ -222,9 +222,9 @@ with gr.Blocks(theme='gradio/soft') as CHATBOT:
|
|
222 |
history_state = gr.State([])
|
223 |
with gr.Row():
|
224 |
with gr.Column(scale=10):
|
225 |
-
gr.HTML(value="""<div style="color: #FF4500;"><h1>
|
226 |
-
gr.HTML(value=f"""<p style="font-family: sans-serif; font-size: 16px;">
|
227 |
-
gr.HTML(value=f"""<p style="font-family: Arial, sans-serif; font-size: 14px;">
|
228 |
|
229 |
with gr.Column(scale=3):
|
230 |
gr.Image(value='logo.png', height=200, width=200)
|
|
|
222 |
history_state = gr.State([])
|
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 K.M.RAMYASRI,TGT,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:ramyasriraman2019@gmail.com" style="color: #00008B; font-style: italic;">ramyadevi1607@yahoo.com</a>.</p>""")
|
228 |
|
229 |
with gr.Column(scale=3):
|
230 |
gr.Image(value='logo.png', height=200, width=200)
|