RAMYASRI-39 commited on
Commit
01f8b32
·
verified ·
1 Parent(s): 2b039b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -383,9 +383,9 @@ if __name__ == "__main__":
383
  # # Initialize PhiData Agent
384
  # agent = Agent(
385
  # name="Science Education Assistant",
386
- # role="You are a helpful science tutor for 10th-grade students",
387
  # instructions=[
388
- # "You are an expert science teacher specializing in 10th-grade curriculum.",
389
  # "Provide clear, accurate, and age-appropriate explanations.",
390
  # "Use simple language and examples that students can understand.",
391
  # "Focus on concepts from physics, chemistry, and biology.",
@@ -484,7 +484,7 @@ if __name__ == "__main__":
484
  # # Header section
485
  # with gr.Row():
486
  # with gr.Column(scale=10):
487
- # 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 10TH SCIENCE WITH TRANSLATION IN 22 LANGUAGES</span></h1></div>""")
488
  # 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>""")
489
  # gr.HTML(value=f"""<p style="font-family: Arial, sans-serif; font-size: 14px;"> Suggestions may be sent to <a href="mailto:[email protected]" style="color: #00008B; font-style: italic;">[email protected]</a>.</p>""")
490
  # with gr.Column(scale=3):
 
383
  # # Initialize PhiData Agent
384
  # agent = Agent(
385
  # name="Science Education Assistant",
386
+ # role="You are a helpful science tutor for 9th-grade students",
387
  # instructions=[
388
+ # "You are an expert science teacher specializing in 9th-grade curriculum.",
389
  # "Provide clear, accurate, and age-appropriate explanations.",
390
  # "Use simple language and examples that students can understand.",
391
  # "Focus on concepts from physics, chemistry, and biology.",
 
484
  # # Header section
485
  # with gr.Row():
486
  # with gr.Column(scale=10):
487
+ # 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 9TH SCIENCE WITH TRANSLATION IN 22 LANGUAGES</span></h1></div>""")
488
  # 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>""")
489
  # gr.HTML(value=f"""<p style="font-family: Arial, sans-serif; font-size: 14px;"> Suggestions may be sent to <a href="mailto:[email protected]" style="color: #00008B; font-style: italic;">[email protected]</a>.</p>""")
490
  # with gr.Column(scale=3):