Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -107,7 +107,7 @@ def set_visible_false():
|
|
107 |
def set_visible_true():
|
108 |
return gr.update(visible=True)
|
109 |
|
110 |
-
title = """<h1 align="center">🔥
|
111 |
|
112 |
#Using info to add additional information about System message in GPT4
|
113 |
system_msg_info = """The system message is used to set the context and behavior of the AI assistant at the beginning of a conversation."""
|
|
|
107 |
def set_visible_true():
|
108 |
return gr.update(visible=True)
|
109 |
|
110 |
+
title = """<h1 align="center">🔥Design Thinking Assistant for Primary 6 Students 🚀</h1>"""
|
111 |
|
112 |
#Using info to add additional information about System message in GPT4
|
113 |
system_msg_info = """The system message is used to set the context and behavior of the AI assistant at the beginning of a conversation."""
|