Spaces:
Runtime error
Runtime error
syedmudassir16
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -238,7 +238,7 @@ if __name__ == "__main__":
|
|
238 |
examples=EXAMPLES,
|
239 |
cache_examples=False,
|
240 |
outputs=[gr.Textbox(label="RESPONSE"), gr.Textbox(label="RELATED QUERIES")],
|
241 |
-
css=
|
242 |
title="TI E2E FORUM"
|
243 |
)
|
244 |
|
|
|
238 |
examples=EXAMPLES,
|
239 |
cache_examples=False,
|
240 |
outputs=[gr.Textbox(label="RESPONSE"), gr.Textbox(label="RELATED QUERIES")],
|
241 |
+
css=css_code,
|
242 |
title="TI E2E FORUM"
|
243 |
)
|
244 |
|