Update app.py
Browse files
app.py
CHANGED
@@ -113,8 +113,7 @@ theme_addon_msg = """<center>🌟 Discover Gradio Themes with this Demo, featuri
|
|
113 |
"""
|
114 |
|
115 |
#Using info to add additional information about System message in GPT4
|
116 |
-
system_msg_info = """
|
117 |
-
System message helps set the behavior of the AI Assistant. For example, the assistant could be instructed with 'You are a helpful assistant.'"""
|
118 |
|
119 |
#Modifying existing Gradio Theme
|
120 |
theme = gr.themes.Soft(primary_hue="zinc", secondary_hue="green", neutral_hue="green",
|
|
|
113 |
"""
|
114 |
|
115 |
#Using info to add additional information about System message in GPT4
|
116 |
+
system_msg_info = """'"""
|
|
|
117 |
|
118 |
#Modifying existing Gradio Theme
|
119 |
theme = gr.themes.Soft(primary_hue="zinc", secondary_hue="green", neutral_hue="green",
|