CreativeWorks commited on
Commit
70f82e5
β€’
1 Parent(s): a02ec5e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -118,11 +118,11 @@ def CreativeWorks_Mistral_7b_Chat_V1(message: str,
118
 
119
 
120
  # Gradio block
121
- chatbot=gr.Chatbot(height=450, placeholder=PLACEHOLDER, label='Gradio ChatInterface')
122
 
123
  with gr.Blocks(fill_height=True, css=css) as demo:
124
 
125
- gr.Markdown(DESCRIPTION)
126
  #gr.DuplicateButton(value="Duplicate Space for private use", elem_id="duplicate-button")
127
  gr.ChatInterface(
128
  fn=CreativeWorks_Mistral_7b_Chat_V1,
 
118
 
119
 
120
  # Gradio block
121
+ chatbot=gr.Chatbot(height=450, placeholder=PLACEHOLDER, label='CreativeWorks Ai')
122
 
123
  with gr.Blocks(fill_height=True, css=css) as demo:
124
 
125
+ #gr.Markdown(DESCRIPTION)
126
  #gr.DuplicateButton(value="Duplicate Space for private use", elem_id="duplicate-button")
127
  gr.ChatInterface(
128
  fn=CreativeWorks_Mistral_7b_Chat_V1,