Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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()
|