We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 242f75f commit 203fc19Copy full SHA for 203fc19
tabs/theme_loader/theme_loader.py
@@ -3,7 +3,7 @@
3
import assets.themes.loadThemes as loadThemes
4
5
def theme_loader():
6
- gr.Markdowm("Theme Loader for UI")
+ gr.Markdown("Theme Loader for UI")
7
themes_select = gr.Dropdown(
8
label = "Theme",
9
info = "Select the theme you want to use. (Requires restarting the App)",
0 commit comments