Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -933,7 +933,7 @@ next_run_time_utc = restart_space_job.next_run_time.astimezone(timezone.utc)
|
|
933 |
NEXT_RESTART = f"Next Restart: {next_run_time_utc.strftime('%Y-%m-%d %H:%M:%S')} (UTC)"
|
934 |
|
935 |
# Using "JohnSmith9982/small_and_pretty" theme
|
936 |
-
with gr.Blocks(title=TITLE, css=css, theme="Werli/
|
937 |
gr.Markdown(value=f"<h1 style='text-align: center; margin-bottom: 1rem'>{TITLE}</h1>")
|
938 |
gr.Markdown(value=DESCRIPTION)
|
939 |
gr.Markdown(NEXT_RESTART)
|
|
|
933 |
NEXT_RESTART = f"Next Restart: {next_run_time_utc.strftime('%Y-%m-%d %H:%M:%S')} (UTC)"
|
934 |
|
935 |
# Using "JohnSmith9982/small_and_pretty" theme
|
936 |
+
with gr.Blocks(title=TITLE, css=css, theme="Werli/Multi-Tagger", fill_width=True) as demo:
|
937 |
gr.Markdown(value=f"<h1 style='text-align: center; margin-bottom: 1rem'>{TITLE}</h1>")
|
938 |
gr.Markdown(value=DESCRIPTION)
|
939 |
gr.Markdown(NEXT_RESTART)
|