Spaces:
Running
Running
fix cogwheel not showing up
#1
by
apirrone - opened
Hi ! Great app :)
I just noticed that the cogwheel that redirects to your app's UI wasn't showing up on my dashboard. Here is a small PR that seems to fix the problem. The main problem was that the definition of your app's class that subclasses ReachyMiniApps wasn't in main.py but in app.py and the way we look for custom_app_url is parsing the main.py file :) So I just moved the content of app.py in main.py.