arssite commited on
Commit
25e4261
·
verified ·
1 Parent(s): 82b2acf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
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("## URL Submission Program For CBT LLM ")
 
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
  )