We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcba08c commit f9df4aeCopy full SHA for f9df4ae
1 file changed
permacore/app.py
@@ -10,7 +10,7 @@
10
11
12
# Set custom theme
13
-theme = gr.themes.Ocean(text_size="lg")
+theme = gr.themes.Ocean(text_size="lg") # type: ignore
14
15
# Store conversation threads per session
16
conversation_threads = {}
0 commit comments