simonraj commited on
Commit
4b08a0f
ยท
1 Parent(s): ec43d13

update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -112,13 +112,13 @@ system_msg_info = """A conversation could begin with a system message to gently
112
  System message helps set the behavior of the AI Assistant. For example, the assistant could be instructed with 'You are a helpful assistant.'"""
113
 
114
  #Modifying existing Gradio Theme
115
- theme = gr.themes.Soft(primary_hue="zinc", secondary_hue="green", neutral_hue="green",
116
  text_size=gr.themes.sizes.text_lg)
117
 
118
  with gr.Blocks(css = """#col_container { margin-left: auto; margin-right: auto;} #chatbot {height: 520px; overflow: auto;}""",
119
  theme=theme) as demo:
120
  gr.HTML(title)
121
- gr.HTML("""<h3 align="center">๐Ÿ”ฅThis application provides AI assistance for various English teaching roles in a Singapore Primary School for Primary 6 students. ๐ŸŽ‰๐Ÿฅณ๐ŸŽ‰๐Ÿ™Œ</h1>""")
122
 
123
  with gr.Column(elem_id = "col_container"):
124
  #GPT4 API Key is provided by Huggingface
 
112
  System message helps set the behavior of the AI Assistant. For example, the assistant could be instructed with 'You are a helpful assistant.'"""
113
 
114
  #Modifying existing Gradio Theme
115
+ theme = gr.themes.Soft(primary_hue="zinc", secondary_hue="blue", neutral_hue="blue",
116
  text_size=gr.themes.sizes.text_lg)
117
 
118
  with gr.Blocks(css = """#col_container { margin-left: auto; margin-right: auto;} #chatbot {height: 520px; overflow: auto;}""",
119
  theme=theme) as demo:
120
  gr.HTML(title)
121
+ gr.HTML("""<h3 align="center">๐Ÿ”ฅThis application provides AI assistance for various English teaching roles in a Singapore Primary School ๐ŸŽ‰๐Ÿฅณ๐ŸŽ‰๐Ÿ™Œ</h1>""")
122
 
123
  with gr.Column(elem_id = "col_container"):
124
  #GPT4 API Key is provided by Huggingface