nouf-sst commited on
Commit
f120eee
·
1 Parent(s): ac649dd

Modify theme

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -559,7 +559,8 @@ interface = gr.Interface(fn = identify_bad_smells,
559
  label="Which bad smells you want to detect?")],
560
  outputs = ["text"],
561
  title = "TGRL Bad Smells Detection",
562
- description = "Upload your .xgrl file and we will find the bad smells for you!")
 
563
 
564
 
565
  interface.launch(inline = False)
 
559
  label="Which bad smells you want to detect?")],
560
  outputs = ["text"],
561
  title = "TGRL Bad Smells Detection",
562
+ description = "Upload your .xgrl file and we will find the bad smells for you!",
563
+ theme = gr.themes.Soft())
564
 
565
 
566
  interface.launch(inline = False)