Spaces:
Runtime error
Runtime error
Increased font size
Browse files
app.py
CHANGED
|
@@ -62,6 +62,9 @@ with gr.Blocks(css='''
|
|
| 62 |
align-items: center;
|
| 63 |
}
|
| 64 |
|
|
|
|
|
|
|
|
|
|
| 65 |
.dicta-logo {
|
| 66 |
width: 150px; /* Replace with actual logo width as desired */
|
| 67 |
height: auto;
|
|
@@ -76,6 +79,11 @@ with gr.Blocks(css='''
|
|
| 76 |
flex-direction: column;
|
| 77 |
align-items: center;
|
| 78 |
width: 100%;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 79 |
}
|
| 80 |
''') as demo:
|
| 81 |
gr.Markdown("""
|
|
|
|
| 62 |
align-items: center;
|
| 63 |
}
|
| 64 |
|
| 65 |
+
.chatbot.prose {
|
| 66 |
+
font-size: 1.2em;
|
| 67 |
+
}
|
| 68 |
.dicta-logo {
|
| 69 |
width: 150px; /* Replace with actual logo width as desired */
|
| 70 |
height: auto;
|
|
|
|
| 79 |
flex-direction: column;
|
| 80 |
align-items: center;
|
| 81 |
width: 100%;
|
| 82 |
+
font-size: 1.5em;
|
| 83 |
+
}
|
| 84 |
+
|
| 85 |
+
textarea {
|
| 86 |
+
font-size: 1.2em;
|
| 87 |
}
|
| 88 |
''') as demo:
|
| 89 |
gr.Markdown("""
|