ysharma HF staff commited on
Commit
d590c17
1 Parent(s): f9a2bde

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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):