Spaces:
Runtime error
Runtime error
EmicoBinsfinder
commited on
Commit
•
f6d72d9
1
Parent(s):
9224ffd
Update app.py
Browse files
app.py
CHANGED
@@ -41,13 +41,13 @@ with gr.Blocks() as demo:
|
|
41 |
text_button = gr.Button("")
|
42 |
|
43 |
with gr.Row():
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
with gr.Column(scale=0.85):
|
52 |
txt = gr.Textbox(
|
53 |
show_label=False,
|
|
|
41 |
text_button = gr.Button("")
|
42 |
|
43 |
with gr.Row():
|
44 |
+
gr.Markdown("""
|
45 |
+
You can use this tool to expand your idea using Claim Language.
|
46 |
+
|
47 |
+
Example input: A device to help the visually impaired using proprioception.
|
48 |
+
|
49 |
+
Output:
|
50 |
+
""")
|
51 |
with gr.Column(scale=0.85):
|
52 |
txt = gr.Textbox(
|
53 |
show_label=False,
|