Commit
·
fce1df6
1
Parent(s):
7de25cf
Update app.py
Browse files
app.py
CHANGED
@@ -130,6 +130,6 @@ demo = gr.Interface(
|
|
130 |
outputs,
|
131 |
title="Question Generation using T5",
|
132 |
description="Feel free to give your feedback",
|
133 |
-
css=".gradio-container {background-color: lightgray} #inp_div {background-color: #7FB3D5;"
|
134 |
)
|
135 |
demo.launch(enable_queue = False)
|
|
|
130 |
outputs,
|
131 |
title="Question Generation using T5",
|
132 |
description="Feel free to give your feedback",
|
133 |
+
css=".gradio-container {background-color: lightgray} #inp_div {background-color: #7FB3D5;}"
|
134 |
)
|
135 |
demo.launch(enable_queue = False)
|