mostafa-sh commited on
Commit
9f756e6
·
1 Parent(s): 2eecdc3

update information

Browse files
Files changed (2) hide show
  1. app.py +3 -3
  2. utils/help.py +1 -4
app.py CHANGED
@@ -37,13 +37,13 @@ base_path = "data/"
37
  base_model_path = "meta-llama/Llama-3.2-11B-Vision-Instruct"
38
  adapter_path = "./LLaMA-TOMMI-1.0/"
39
 
40
- st.title(":red[AI University] / Finite Element Method")
41
  # st.markdown("### Finite Element Method")
42
- st.markdown(" Welcome to :red[AI University] an AI-powered system for customized scientific course delivery, adapting to both instructors' teaching styles and students' learning needs. In this demo, we leverage the AI University system to provide expert answers to queries related to the :red[Finite Element Method (FEM)].")
43
 
44
  # st.markdown(":gray[Welcome to] :red[AI University]:gray[, developed at the] :red[University of Southern California]:gray[. This app leverages AI to provide expert answers to queries related to] :red[Finite Element Method (FEM)]:gray[.]")
45
 
46
- st.markdown(":gray[Welcome to] :red[AI University]:gray[, developed at the] :red[University of Southern California]:gray[. This app leverages AI to provide expert answers to queries related to] :red[Finite Element Methods (FEM)]:gray[.]")
47
 
48
  # As the content is AI-generated, we strongly recommend independently verifying the information provided.
49
 
 
37
  base_model_path = "meta-llama/Llama-3.2-11B-Vision-Instruct"
38
  adapter_path = "./LLaMA-TOMMI-1.0/"
39
 
40
+ st.title(":red[AI University] :gray[/] FEM")
41
  # st.markdown("### Finite Element Method")
42
+ st.markdown("Welcome to :red[AI University]—an AI-powered platform designed to address scientific course queries, dynamically adapting to instructors' teaching styles and students' learning needs. This prototype demonstrates the capabilities of the AI University platform by providing expert answers to queries related to a graduate-level :red[Finite Element Method (FEM)] course")
43
 
44
  # st.markdown(":gray[Welcome to] :red[AI University]:gray[, developed at the] :red[University of Southern California]:gray[. This app leverages AI to provide expert answers to queries related to] :red[Finite Element Method (FEM)]:gray[.]")
45
 
46
+ # st.markdown(":gray[Welcome to] :red[AI University]:gray[, developed at the] :red[University of Southern California]:gray[. This app leverages AI to provide expert answers to queries related to] :red[Finite Element Methods (FEM)]:gray[.]")
47
 
48
  # As the content is AI-generated, we strongly recommend independently verifying the information provided.
49
 
utils/help.py CHANGED
@@ -1,10 +1,7 @@
1
 
2
  def get_disclaimer():
3
- return """:gray[AI Teaching Assistant is developed at the University of Southern California by Mostafa Faghih Shojaei, Rahul Gulati, Benjamin Jasperson, Shangshang Wang, Simone Cimolato, Dangli Cao, Willie Neiswanger, and Krishna Garikipati.]
4
-
5
  :gray[**Main Data Sources:**] [Introduction to Finite Element Methods (FEM) by Prof. Krishna Garikipati](https://www.youtube.com/playlist?list=PLJhG_d-Sp_JHKVRhfTgDqbic_4MHpltXZ) :gray[and] [The Finite Element Method: Linear Static and Dynamic Finite Element Analysis by Thomas J. R. Hughes](https://www.google.com/books/edition/_/cHH2n_qBK0IC?hl=en).
6
 
7
  :gray[**Disclaimer and Copyright Notice:**] :gray[1. AI-Generated Responses: Answers are generated using AI and, while thorough, may not always be 100% accurate. Please verify the information independently. 2. Content Ownership: All video content and lecture material referenced belong to their original creators. We encourage users to view the original material on verified platforms to ensure authenticity and accuracy. 3. Educational Fair Use: This tool is intended solely for educational purposes and operates under the principles of fair use. It is not authorized for commercial applications.]
8
-
9
- :gray[For any questions, concerns, or feedback about this application, please contact the development team directly.]
10
  """
 
1
 
2
  def get_disclaimer():
3
+ return """
 
4
  :gray[**Main Data Sources:**] [Introduction to Finite Element Methods (FEM) by Prof. Krishna Garikipati](https://www.youtube.com/playlist?list=PLJhG_d-Sp_JHKVRhfTgDqbic_4MHpltXZ) :gray[and] [The Finite Element Method: Linear Static and Dynamic Finite Element Analysis by Thomas J. R. Hughes](https://www.google.com/books/edition/_/cHH2n_qBK0IC?hl=en).
5
 
6
  :gray[**Disclaimer and Copyright Notice:**] :gray[1. AI-Generated Responses: Answers are generated using AI and, while thorough, may not always be 100% accurate. Please verify the information independently. 2. Content Ownership: All video content and lecture material referenced belong to their original creators. We encourage users to view the original material on verified platforms to ensure authenticity and accuracy. 3. Educational Fair Use: This tool is intended solely for educational purposes and operates under the principles of fair use. It is not authorized for commercial applications.]
 
 
7
  """