Spaces:
Sleeping
Sleeping
Petr Tsvetkov
commited on
Commit
·
1f691bd
1
Parent(s):
f622413
Do not mention AI
Browse files
app.py
CHANGED
|
@@ -97,7 +97,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
| 97 |
github_link = gr.Markdown()
|
| 98 |
diff_view = gr.HTML()
|
| 99 |
with gr.Column(scale=1):
|
| 100 |
-
commit_msg = gr.Textbox(label="
|
| 101 |
interactive=False,
|
| 102 |
)
|
| 103 |
gr.Markdown("## Please, answer the questions below")
|
|
|
|
| 97 |
github_link = gr.Markdown()
|
| 98 |
diff_view = gr.HTML()
|
| 99 |
with gr.Column(scale=1):
|
| 100 |
+
commit_msg = gr.Textbox(label="Commit message",
|
| 101 |
interactive=False,
|
| 102 |
)
|
| 103 |
gr.Markdown("## Please, answer the questions below")
|