Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -53,10 +53,10 @@ with gr.Blocks(css=".container { font-family: 'Roboto', sans-serif; } .btn-prima
|
|
53 |
code_input = gr.Textbox(lines=10, label="Paste your code here", placeholder="Enter your code...", show_label=False, elem_classes="form-control")
|
54 |
|
55 |
with gr.Row():
|
56 |
-
generate_button = gr.Button("Generate
|
57 |
|
58 |
with gr.Row():
|
59 |
-
output_text = gr.Markdown(label="Generated
|
60 |
download_button = gr.File(label="Download README.md")
|
61 |
|
62 |
# Bind function to button click
|
|
|
53 |
code_input = gr.Textbox(lines=10, label="Paste your code here", placeholder="Enter your code...", show_label=False, elem_classes="form-control")
|
54 |
|
55 |
with gr.Row():
|
56 |
+
generate_button = gr.Button("Generate README", elem_classes="btn btn-primary")
|
57 |
|
58 |
with gr.Row():
|
59 |
+
output_text = gr.Markdown(label="Generated README")
|
60 |
download_button = gr.File(label="Download README.md")
|
61 |
|
62 |
# Bind function to button click
|