SamiKoen commited on
Commit
99171ac
·
1 Parent(s): 7e3b0c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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 = """A conversation could begin with a system message to gently instruct the assistant.
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",