Add Gradio and Streamlit apps (#817)

This commit is contained in:
pollfly
2024-04-02 17:19:34 +03:00
committed by GitHub
parent a8b6015f71
commit f5c6d06602
12 changed files with 220 additions and 1 deletions

View File

@@ -140,7 +140,9 @@ module.exports = {
'webapp/applications/apps_task_scheduler',
'webapp/applications/apps_trigger_manager',
'webapp/applications/apps_jupyter_lab',
'webapp/applications/apps_vscode'
'webapp/applications/apps_vscode',
'webapp/applications/gradio',
'webapp/applications/streamlit'
]
},