Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -78,7 +78,6 @@ h1, h2, h3, h4, h5, h6 {
|
|
| 78 |
#summary_output {
|
| 79 |
color: black !important;
|
| 80 |
background-color: #90EE90 !important;
|
| 81 |
-
!important;
|
| 82 |
padding: 10px;
|
| 83 |
border-radius: 8px;
|
| 84 |
}
|
|
@@ -122,4 +121,4 @@ with gr.Blocks(fill_width=False) as demo:
|
|
| 122 |
demo.load(fn=load_example, inputs=[gr.State(0)], outputs=[topic_input, title_input, content_input, chosen_idx])
|
| 123 |
|
| 124 |
if __name__ == "__main__":
|
| 125 |
-
demo.launch()
|
|
|
|
| 78 |
#summary_output {
|
| 79 |
color: black !important;
|
| 80 |
background-color: #90EE90 !important;
|
|
|
|
| 81 |
padding: 10px;
|
| 82 |
border-radius: 8px;
|
| 83 |
}
|
|
|
|
| 121 |
demo.load(fn=load_example, inputs=[gr.State(0)], outputs=[topic_input, title_input, content_input, chosen_idx])
|
| 122 |
|
| 123 |
if __name__ == "__main__":
|
| 124 |
+
demo.launch(css=css)
|