anushkap01patidar commited on
Commit ·
6e97bd9
1
Parent(s): a656e6b
connecting backend now
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ def simple_interface():
|
|
| 12 |
gr.Markdown("Enter a topic to generate a research paper outline and draft.")
|
| 13 |
|
| 14 |
with gr.Row():
|
| 15 |
-
topic = gr.Textbox(label="Topic",
|
| 16 |
start_btn = gr.Button("Generate Outline", variant="primary")
|
| 17 |
|
| 18 |
status = gr.Textbox(label="Status", interactive=False)
|
|
|
|
| 12 |
gr.Markdown("Enter a topic to generate a research paper outline and draft.")
|
| 13 |
|
| 14 |
with gr.Row():
|
| 15 |
+
topic = gr.Textbox(label="Topic", value="e.g., Federated learning for healthcare")
|
| 16 |
start_btn = gr.Button("Generate Outline", variant="primary")
|
| 17 |
|
| 18 |
status = gr.Textbox(label="Status", interactive=False)
|