Spaces:
Sleeping
Sleeping
Update ui/suggestions_tab.py
Browse files- ui/suggestions_tab.py +0 -21
ui/suggestions_tab.py
CHANGED
@@ -45,24 +45,3 @@ def create_suggestions_tab():
|
|
45 |
inputs=suggestion_input,
|
46 |
outputs=suggestions_output
|
47 |
)
|
48 |
-
|
49 |
-
# 💅 Optional CSS Styling
|
50 |
-
gr.Markdown(
|
51 |
-
"""
|
52 |
-
<style>
|
53 |
-
.centered-text {
|
54 |
-
text-align: center;
|
55 |
-
font-size: 16px;
|
56 |
-
font-weight: 500;
|
57 |
-
}
|
58 |
-
#suggestion-box textarea {
|
59 |
-
font-family: 'Courier New', monospace;
|
60 |
-
font-size: 14px;
|
61 |
-
background-color: #111827;
|
62 |
-
color: #e5e7eb;
|
63 |
-
border-radius: 10px;
|
64 |
-
padding: 10px;
|
65 |
-
}
|
66 |
-
</style>
|
67 |
-
"""
|
68 |
-
)
|
|
|
45 |
inputs=suggestion_input,
|
46 |
outputs=suggestions_output
|
47 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|