Rename tool.py to app.py
Browse files- tool.py → app.py +1 -1
tool.py → app.py
RENAMED
|
@@ -135,7 +135,7 @@ def process_completions(selected_errors1, error_rationale1, helpfulness1, honest
|
|
| 135 |
)
|
| 136 |
|
| 137 |
with gr.Blocks() as app:
|
| 138 |
-
gr.Markdown("#
|
| 139 |
gr.Markdown("Note: Please use Grammarly (free version) for spell-checking. Look for errors underlined in red.")
|
| 140 |
|
| 141 |
with gr.Accordion("Tutorial and Directions", open=False):
|
|
|
|
| 135 |
)
|
| 136 |
|
| 137 |
with gr.Blocks() as app:
|
| 138 |
+
gr.Markdown("# Tool")
|
| 139 |
gr.Markdown("Note: Please use Grammarly (free version) for spell-checking. Look for errors underlined in red.")
|
| 140 |
|
| 141 |
with gr.Accordion("Tutorial and Directions", open=False):
|