Update nygaardcodecommentclassification/api/frontend.py
Browse files
nygaardcodecommentclassification/api/frontend.py
CHANGED
|
@@ -218,7 +218,7 @@ with gr.Blocks(title="🔍 Nygaard Code Comment Classifier") as gradio_app:
|
|
| 218 |
|
| 219 |
with gr.Row():
|
| 220 |
class_name_input = gr.Textbox(
|
| 221 |
-
label="Class Name", placeholder="Enter the class name
|
| 222 |
)
|
| 223 |
|
| 224 |
# Output
|
|
|
|
| 218 |
|
| 219 |
with gr.Row():
|
| 220 |
class_name_input = gr.Textbox(
|
| 221 |
+
label="Class Name", placeholder="Enter the class name...", lines=1
|
| 222 |
)
|
| 223 |
|
| 224 |
# Output
|