Spaces:
Runtime error
Runtime error
Modify theme
Browse files
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)
|