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

Update app.py

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