removing the 's from the title
Browse files
app.py
CHANGED
@@ -949,7 +949,7 @@ def toggle_audio_src(choice):
|
|
949 |
|
950 |
|
951 |
def ui_full(launch_kwargs):
|
952 |
-
with gr.Blocks(title='TulipAI
|
953 |
gr.Markdown(
|
954 |
"""
|
955 |
# TulipAI's culturaFX
|
|
|
949 |
|
950 |
|
951 |
def ui_full(launch_kwargs):
|
952 |
+
with gr.Blocks(title='TulipAI culturaFX', theme=theme) as interface:
|
953 |
gr.Markdown(
|
954 |
"""
|
955 |
# TulipAI's culturaFX
|