Spaces:
Running
Running
updated UI name
Browse files
app.py
CHANGED
@@ -1055,7 +1055,7 @@ theme.font = [gr.themes.GoogleFont("Inconsolata"), "Arial", "sans-serif"] # gr.t
|
|
1055 |
theme.text_size = gr.themes.sizes.text_lg
|
1056 |
# theme = theme.set(font=)
|
1057 |
|
1058 |
-
demo = gr.Blocks(theme=theme, title="
|
1059 |
with demo:
|
1060 |
with gr.Row():
|
1061 |
with gr.Column(scale=1):
|
@@ -1064,7 +1064,7 @@ with demo:
|
|
1064 |
)
|
1065 |
with gr.Column(scale=1):
|
1066 |
gr.Markdown(
|
1067 |
-
r"<h1>Welcome to
|
1068 |
)
|
1069 |
with gr.Column(scale=1):
|
1070 |
gr.Markdown(
|
|
|
1055 |
theme.text_size = gr.themes.sizes.text_lg
|
1056 |
# theme = theme.set(font=)
|
1057 |
|
1058 |
+
demo = gr.Blocks(theme=theme, title="TaskMeAnything-UI") #
|
1059 |
with demo:
|
1060 |
with gr.Row():
|
1061 |
with gr.Column(scale=1):
|
|
|
1064 |
)
|
1065 |
with gr.Column(scale=1):
|
1066 |
gr.Markdown(
|
1067 |
+
r"<h1>Welcome to TaskMeAnything-UI! </h1>"
|
1068 |
)
|
1069 |
with gr.Column(scale=1):
|
1070 |
gr.Markdown(
|