syedmudassir16 commited on
Commit
6c24666
1 Parent(s): c2726a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=code,
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