Spaces:
Running
Running
RAMYASRI-39
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -224,7 +224,7 @@ with gr.Blocks(theme='gradio/soft') as CHATBOT:
|
|
224 |
with gr.Column(scale=10):
|
225 |
gr.HTML(value="""<div style="color: #FF4500;"><h1>STUDENT'S FRIEND</h1>MITHRA<h1><span style="color: #008000">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;">Using GenAI for 10 th std students - 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;">Developed for science for 10 std students Suggestions may be sent to <a href="mailto:[email protected]" style="color: #00008B; font-style: italic;"
|
228 |
|
229 |
with gr.Column(scale=3):
|
230 |
gr.Image(value='logo.png', height=200, width=200)
|
|
|
224 |
with gr.Column(scale=10):
|
225 |
gr.HTML(value="""<div style="color: #FF4500;"><h1>STUDENT'S FRIEND</h1>MITHRA<h1><span style="color: #008000">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;">Using GenAI for 10 th std students - 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;">Developed for science for 10 std students Suggestions may be sent to <a href="mailto:[email protected]" style="color: #00008B; font-style: italic;">[email protected]</a>.</p>""")
|
228 |
|
229 |
with gr.Column(scale=3):
|
230 |
gr.Image(value='logo.png', height=200, width=200)
|