Update app.py
Browse files
app.py
CHANGED
@@ -57,10 +57,10 @@ CSS ="""
|
|
57 |
.contain { display: flex; flex-direction: column; }
|
58 |
.gradio-container { height: 100vh !important; }
|
59 |
#component-0 { height: 100%; }
|
60 |
-
#textbox { flex-grow: 1; overflow: auto; resize: vertical; }
|
61 |
.secondary {background-color: #6366f1; }
|
62 |
#full-width-button { width: 100%; }
|
63 |
-
#search-result { overflow-y: auto !important; }
|
64 |
"""
|
65 |
#with gr.Blocks() as demo:
|
66 |
with gr.Blocks(theme=gr.themes.Monochrome(radius_size=gr.themes.sizes.radius_sm)) as demo:
|
|
|
57 |
.contain { display: flex; flex-direction: column; }
|
58 |
.gradio-container { height: 100vh !important; }
|
59 |
#component-0 { height: 100%; }
|
60 |
+
#textbox { flex-grow: 1; overflow: auto; resize: vertical; font-size:18px; font-weight:500; }
|
61 |
.secondary {background-color: #6366f1; }
|
62 |
#full-width-button { width: 100%; }
|
63 |
+
#search-result { overflow-y: auto !important; font-size:18px; font-weight:500; }
|
64 |
"""
|
65 |
#with gr.Blocks() as demo:
|
66 |
with gr.Blocks(theme=gr.themes.Monochrome(radius_size=gr.themes.sizes.radius_sm)) as demo:
|