m-ric HF staff commited on
Commit
c85f4b8
1 Parent(s): 89c1141

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -115,7 +115,7 @@ chat_model = ChatHuggingFace(llm=llm)
115
  """
116
 
117
 
118
- with gr.Blocks(theme=gr.themes.Soft(text_size='lg', font=["monospace"], primary_hue=gr.themes.colors.green)) as demo:
119
  text = gr.Textbox(label="Your text 🪶", value=EXAMPLE_TEXT)
120
  with gr.Row():
121
  split_selection = gr.Dropdown(
 
115
  """
116
 
117
 
118
+ with gr.Blocks(theme=gr.themes.Citrus(text_size='md', font=["monospace"], primary_hue=gr.themes.colors.green)) as demo:
119
  text = gr.Textbox(label="Your text 🪶", value=EXAMPLE_TEXT)
120
  with gr.Row():
121
  split_selection = gr.Dropdown(