Nymbo commited on
Commit
908ddd9
1 Parent(s): bf505f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -14,7 +14,7 @@ TITLE = "<h1><center>Mistral-Nemo</center></h1>"
14
 
15
  PLACEHOLDER = """
16
  <center>
17
- <p>The Mistral-Nemo is a pretrained generative text model of 12B parameters trained jointly by Mistral AI and NVIDIA.</p>
18
  </center>
19
  """
20
 
@@ -88,9 +88,8 @@ def stream_chat(
88
 
89
  chatbot = gr.Chatbot(height=600, placeholder=PLACEHOLDER)
90
 
91
- with gr.Blocks(css=CSS, theme="soft") as demo:
92
  gr.HTML(TITLE)
93
- gr.DuplicateButton(value="Duplicate Space for private use", elem_classes="duplicate-button")
94
  gr.ChatInterface(
95
  fn=stream_chat,
96
  chatbot=chatbot,
 
14
 
15
  PLACEHOLDER = """
16
  <center>
17
+ <p>Hi, I'm NeMo. Ask me anything.</p>
18
  </center>
19
  """
20
 
 
88
 
89
  chatbot = gr.Chatbot(height=600, placeholder=PLACEHOLDER)
90
 
91
+ with gr.Blocks(css=CSS, theme="Nymbo/Nymbo_Theme") as demo:
92
  gr.HTML(TITLE)
 
93
  gr.ChatInterface(
94
  fn=stream_chat,
95
  chatbot=chatbot,