Sai004 commited on
Commit
94d9ec5
·
1 Parent(s): b5b731a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -276,6 +276,8 @@ links_interface = gradio.Interface(
276
 
277
  # Combine interfaces into a single app
278
  app = gradio.TabbedInterface([links_interface, validation_interface], ["articles link generation", "validation"])
 
 
279
  # Run the app
280
  if __name__ == "__main__":
281
  app.launch()
 
276
 
277
  # Combine interfaces into a single app
278
  app = gradio.TabbedInterface([links_interface, validation_interface], ["articles link generation", "validation"])
279
+ app.interface_title = "Testing API for ScholarSync™"
280
+
281
  # Run the app
282
  if __name__ == "__main__":
283
  app.launch()