Tonic commited on
Commit
9a160a4
β€’
1 Parent(s): 18cc0a7

correct mistake in gradio

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ def respond(message, history, system_message, max_tokens, temperature, top_p):
29
  return output_text
30
 
31
  demo = gr.ChatInterface(
32
- gr.markdown(title),
33
  # gr.markdown(description),
34
  respond,
35
  additional_inputs=[
 
29
  return output_text
30
 
31
  demo = gr.ChatInterface(
32
+ gr.Markdown(title),
33
  # gr.markdown(description),
34
  respond,
35
  additional_inputs=[