Tonic commited on
Commit
203f6c1
β€’
1 Parent(s): 92269f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def respond(message, history, system_message, max_tokens, temperature, top_p):
37
 
38
  demo = gr.ChatInterface(
39
  title=gr.Markdown(title),
40
- description=gr.Markdown(description),
41
  fn=respond,
42
  additional_inputs=[
43
  gr.Textbox(value="You are Minitron an AI assistant created by Tonic-AI", label="System message"),
 
37
 
38
  demo = gr.ChatInterface(
39
  title=gr.Markdown(title),
40
+ # description=gr.Markdown(description),
41
  fn=respond,
42
  additional_inputs=[
43
  gr.Textbox(value="You are Minitron an AI assistant created by Tonic-AI", label="System message"),