Patrick079 commited on
Commit
157f3ee
·
verified ·
1 Parent(s): bff2885

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ iface = gr.Interface(
74
  gr.Textbox(label="Enter Your Query"), # Input for the user's query
75
  ],
76
  outputs=gr.Textbox(label="Response"), # Output for the generated response
77
- title="Patrick's Multilingual Query Handler"
78
  )
79
 
80
 
 
74
  gr.Textbox(label="Enter Your Query"), # Input for the user's query
75
  ],
76
  outputs=gr.Textbox(label="Response"), # Output for the generated response
77
+ title="Patrick's Multilingual Query HandleSr"
78
  )
79
 
80