m-ric HF staff commited on
Commit
5b4ff9d
1 Parent(s): 1b3d905

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -105,7 +105,7 @@ chat_model = ChatHuggingFace(llm=llm)
105
  """
106
 
107
 
108
- with gr.Blocks(theme=gr.themes.Soft(), css="#textbox_id {color: red; font-samily:monospace}") as demo:
109
  text = gr.Textbox(label="Your text 🪶", value=ESSAY)
110
  with gr.Row():
111
  split_selection = gr.Dropdown(
 
105
  """
106
 
107
 
108
+ with gr.Blocks(theme=gr.themes.Soft(text_size='lg', font=["monospace"])) as demo:
109
  text = gr.Textbox(label="Your text 🪶", value=ESSAY)
110
  with gr.Row():
111
  split_selection = gr.Dropdown(