yasserrmd commited on
Commit
90f73f5
1 Parent(s): ebb31d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 Documentation", elem_classes="btn btn-primary")
57
 
58
  with gr.Row():
59
- output_text = gr.Markdown(label="Generated Documentation")
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