SamiKoen commited on
Commit
1cfbc4e
1 Parent(s): 99171ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -103,7 +103,7 @@ def set_visible_false():
103
 
104
  #to set a component as visible=True
105
  def set_visible_true():
106
- return gr.update(visible=True)
107
 
108
  #title = """<h1 align="center">🔥GPT4 with ChatCompletions API +🚀Gradio-Streaming</h1>"""
109
 
@@ -113,7 +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
 
118
  #Modifying existing Gradio Theme
119
  theme = gr.themes.Soft(primary_hue="zinc", secondary_hue="green", neutral_hue="green",
 
103
 
104
  #to set a component as visible=True
105
  def set_visible_true():
106
+ return gr.update(visible=False)
107
 
108
  #title = """<h1 align="center">🔥GPT4 with ChatCompletions API +🚀Gradio-Streaming</h1>"""
109
 
 
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",