Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -139,7 +139,7 @@ latex_delimiters_set = [{
|
|
139 |
}]
|
140 |
|
141 |
text_input = gr.Textbox(label="prompt", placeholder="Enter your text here...", lines=1, container=False)
|
142 |
-
with gr.Blocks(title=model_name.split('/')[-1]) as demo:
|
143 |
gr.HTML(html)
|
144 |
with gr.Row():
|
145 |
with gr.Column(scale=3):
|
|
|
139 |
}]
|
140 |
|
141 |
text_input = gr.Textbox(label="prompt", placeholder="Enter your text here...", lines=1, container=False)
|
142 |
+
with gr.Blocks(title=model_name.split('/')[-1], theme=gr.themes.Ocean()) as demo:
|
143 |
gr.HTML(html)
|
144 |
with gr.Row():
|
145 |
with gr.Column(scale=3):
|