Update app.py
Browse files
app.py
CHANGED
|
@@ -2051,7 +2051,7 @@ with gr.Blocks(theme=gr.themes.Monochrome(), js=js_func, css=css) as demo:
|
|
| 2051 |
with gr.Group(visible=True) as palettes_div:
|
| 2052 |
color_Palettes = gr.Gallery(label='Proposed Color Palettes', columns=2, height=200, elem_classes=['scroll'])
|
| 2053 |
with gr.Group(visible=False) as script_div:
|
| 2054 |
-
status_text = gr.Textbox("loading info for color and character\nstand by...\n", show_label=True, interactive=False, lines=3, label='Status')
|
| 2055 |
scripts_drop = gr.Dropdown(['Status', 'Youtube Long-Form', 'Youtube Short-Form', 'Facebook Long-Form', 'Instagram Reel', 'Tiktok', 'LinkedIn'], label='Scripts', interactive=True)
|
| 2056 |
script_display = gr.Textbox(label='Script', max_lines=7)
|
| 2057 |
script_broker = gr.Textbox(visible=False)
|
|
|
|
| 2051 |
with gr.Group(visible=True) as palettes_div:
|
| 2052 |
color_Palettes = gr.Gallery(label='Proposed Color Palettes', columns=2, height=200, elem_classes=['scroll'])
|
| 2053 |
with gr.Group(visible=False) as script_div:
|
| 2054 |
+
status_text = gr.Textbox("loading info for color and character\nstand by...\n", show_label=True, interactive=False, lines=3, label='Status', visible=False)
|
| 2055 |
scripts_drop = gr.Dropdown(['Status', 'Youtube Long-Form', 'Youtube Short-Form', 'Facebook Long-Form', 'Instagram Reel', 'Tiktok', 'LinkedIn'], label='Scripts', interactive=True)
|
| 2056 |
script_display = gr.Textbox(label='Script', max_lines=7)
|
| 2057 |
script_broker = gr.Textbox(visible=False)
|