Update app.py
Browse files
app.py
CHANGED
@@ -97,10 +97,11 @@ def resubmit():
|
|
97 |
# Gradio UI
|
98 |
with gr.Blocks() as app:
|
99 |
with gr.Row():
|
100 |
-
gr.Markdown("##
|
|
|
101 |
with gr.Row():
|
102 |
input_area = gr.Textbox(
|
103 |
-
label="Enter URLs (one per line):",
|
104 |
placeholder="https://example1.com\nhttps://example2.com\n...",
|
105 |
lines=5
|
106 |
)
|
|
|
97 |
# Gradio UI
|
98 |
with gr.Blocks() as app:
|
99 |
with gr.Row():
|
100 |
+
gr.Markdown("## URLink Submission Program For CBT LLM ")
|
101 |
+
gr.Markdown("Requesting To contribute with Link or Url of Any News Article, Blog, Case Study, EBook, Any Source Related to Cognitive Behavioral.")
|
102 |
with gr.Row():
|
103 |
input_area = gr.Textbox(
|
104 |
+
label="Enter URLs ( try one per line):",
|
105 |
placeholder="https://example1.com\nhttps://example2.com\n...",
|
106 |
lines=5
|
107 |
)
|