Update app.py
Browse files
app.py
CHANGED
@@ -97,7 +97,7 @@ def resubmit():
|
|
97 |
# Gradio UI
|
98 |
with gr.Blocks() as app:
|
99 |
with gr.Row():
|
100 |
-
gr.Markdown("## URL Submission Program")
|
101 |
with gr.Row():
|
102 |
input_area = gr.Textbox(
|
103 |
label="Enter URLs (one per line):",
|
|
|
97 |
# Gradio UI
|
98 |
with gr.Blocks() as app:
|
99 |
with gr.Row():
|
100 |
+
gr.Markdown("## URL Submission Program For CBT LLM ")
|
101 |
with gr.Row():
|
102 |
input_area = gr.Textbox(
|
103 |
label="Enter URLs (one per line):",
|