Hev832 commited on
Commit
6e61f9d
1 Parent(s): 59e59a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ def generate_response(user_input, chat_history):
63
 
64
 
65
  # Build the Gradio interface
66
- with gr.Blocks() as iface:
67
  gr.Interface(
68
  fn=generate_response,
69
  inputs=[
 
63
 
64
 
65
  # Build the Gradio interface
66
+ with gr.Blocks(title="Hev832/Applio") as iface:
67
  gr.Interface(
68
  fn=generate_response,
69
  inputs=[