deep-diver/LLM-As-Chatbot

Dark Mode

Closed this issue · 2 comments

gavi commented

When OS is in dark mode, Gradio seems to be trying to adjust but failing in inverting a few colors. Here is an example

image

Workaround: You can pass the theme in the url like this, but wanted to see if could be fixed in code

http://localhost:6006/?__theme=light

yeah for now, force the light mode only.

dark mode is now supported

Screenshot 2023-06-01 at 11 10 38 PM