Update app.py
Browse files
app.py
CHANGED
|
@@ -40,8 +40,8 @@ iface = gr.Interface(
|
|
| 40 |
gr.Textbox(label="GitHub Repository URL (e.g., https://github.com/MicroHealthLLC/maiko-assistant.git)"),
|
| 41 |
gr.Textbox(label="GitHub Personal Access Token", type="password"),
|
| 42 |
gr.Textbox(label="Gemini API Key", type="password"),
|
| 43 |
-
gr.
|
| 44 |
-
gr.
|
| 45 |
],
|
| 46 |
outputs=gr.Textbox(label="Generated Release Notes"),
|
| 47 |
title="Automated Release Notes Generator",
|
|
|
|
| 40 |
gr.Textbox(label="GitHub Repository URL (e.g., https://github.com/MicroHealthLLC/maiko-assistant.git)"),
|
| 41 |
gr.Textbox(label="GitHub Personal Access Token", type="password"),
|
| 42 |
gr.Textbox(label="Gemini API Key", type="password"),
|
| 43 |
+
gr.Date(label="Start Date"),
|
| 44 |
+
gr.Date(label="End Date")
|
| 45 |
],
|
| 46 |
outputs=gr.Textbox(label="Generated Release Notes"),
|
| 47 |
title="Automated Release Notes Generator",
|