Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -115,7 +115,7 @@ chat_model = ChatHuggingFace(llm=llm)
|
|
| 115 |
"""
|
| 116 |
|
| 117 |
|
| 118 |
-
with gr.Blocks(theme=gr.themes.
|
| 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(
|