update app.py
Browse files
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="
|
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
|
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
|