T3lli commited on
Commit
d06eedf
·
verified ·
1 Parent(s): e473f5d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ with gr.Blocks() as demo:
71
  chat_interface = gr.ChatInterface(
72
  respond,
73
  title=name, # Dynamically set the title
74
- additional_inputs=[title_input], # Pass the title input to the `respond` function
75
  )
76
 
77
  if __name__ == "__main__":
 
71
  chat_interface = gr.ChatInterface(
72
  respond,
73
  title=name, # Dynamically set the title
74
+
75
  )
76
 
77
  if __name__ == "__main__":