You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I am creating a GUI for an application which will be deployed cross plattform. To make it look like an app I'm using pywebview, which has been working fine one my machine (win10).
Currently I'm trying to make it work on Mac also.
The only problem is that the dataframe only works in the first tab (see example).
No matter what contents I try to serve, nothing will be displayed in the DF in the second tab.
Hi @Josef-Haupt I'm not super familiar with pywebview but if the Gradio app works correctly if you launch it like demo.launch() but not if you use pywebview, then it would suggest an issue with pywebview, correct? I would suggest opening an issue on https://github.com/r0x0r/pywebview
Pretty sure they are going to say the same thing.
Pywebview only uses the platforms native GUI, which is cocoa on macOS, to create the webview basically a Safari lite.
Describe the bug
Hi! I am creating a GUI for an application which will be deployed cross plattform. To make it look like an app I'm using
pywebview
, which has been working fine one my machine (win10).Currently I'm trying to make it work on Mac also.
The only problem is that the dataframe only works in the first tab (see example).
No matter what contents I try to serve, nothing will be displayed in the DF in the second tab.
Have you searched existing issues? 🔎
Reproduction
Screenshot
Logs
No response
System Info
Severity
Blocking usage of gradio
The text was updated successfully, but these errors were encountered: