Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -105,7 +105,7 @@ chat_model = ChatHuggingFace(llm=llm)
|
|
| 105 |
"""
|
| 106 |
|
| 107 |
|
| 108 |
-
with gr.Blocks(theme=gr.themes.Soft(
|
| 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(
|