Spaces:
Runtime error
Runtime error
EmicoBinsfinder
commited on
Commit
•
9907d16
1
Parent(s):
f6d72d9
Update app.py
Browse files
app.py
CHANGED
@@ -54,29 +54,29 @@ with gr.Blocks() as demo:
|
|
54 |
placeholder="Enter text and press enter, or upload an image",
|
55 |
).style(container=False)
|
56 |
|
57 |
-
with gr.Tab("
|
58 |
gr.Markdown("""
|
59 |
-
You can use this tool to
|
60 |
|
61 |
Example input: A device to help the visually impaired using proprioception.
|
62 |
|
63 |
Output:
|
64 |
""")
|
65 |
with gr.Row(scale=1, min_width=600):
|
66 |
-
text1 = gr.Textbox(label="
|
67 |
placeholder='Type in your idea here!')
|
68 |
text2 = gr.Textbox(label="Output")
|
69 |
|
70 |
with gr.Tab("Knowledge Graph"):
|
71 |
gr.Markdown("""
|
72 |
-
|
73 |
|
74 |
Example input: A device to help the visually impaired using proprioception.
|
75 |
|
76 |
Output:
|
77 |
""")
|
78 |
with gr.Row(scale=1, min_width=600):
|
79 |
-
text1 = gr.Textbox(label="
|
80 |
placeholder='Type in your idea here!')
|
81 |
text2 = gr.Textbox(label="Output")
|
82 |
|
@@ -90,23 +90,23 @@ with gr.Blocks() as demo:
|
|
90 |
""")
|
91 |
with gr.Row(scale=1, min_width=600):
|
92 |
gr.Markdown('')
|
93 |
-
text1 = gr.Textbox(label="
|
94 |
placeholder='Type in your idea here!')
|
95 |
text2 = gr.Textbox(label="Output")
|
96 |
|
97 |
with gr.Tab("Prosecution Ideator"):
|
98 |
-
|
99 |
-
text1 = gr.Textbox(label="prompt 1",
|
100 |
-
placeholder='Type in your idea here!')
|
101 |
-
text2 = gr.Textbox(label="Output")
|
102 |
-
|
103 |
-
gr.Markdown("""
|
104 |
Below is our
|
105 |
|
106 |
Example input: A device to help the visually impaired using proprioception.
|
107 |
|
108 |
Output:
|
109 |
""")
|
|
|
|
|
|
|
|
|
|
|
110 |
|
111 |
chatbot = gr.Chatbot([], elem_id="Claimed Assistant").style(height=500)
|
112 |
with gr.Row():
|
|
|
54 |
placeholder="Enter text and press enter, or upload an image",
|
55 |
).style(container=False)
|
56 |
|
57 |
+
with gr.Tab("Description Generator"):
|
58 |
gr.Markdown("""
|
59 |
+
You can use this tool to turn a claim into a
|
60 |
|
61 |
Example input: A device to help the visually impaired using proprioception.
|
62 |
|
63 |
Output:
|
64 |
""")
|
65 |
with gr.Row(scale=1, min_width=600):
|
66 |
+
text1 = gr.Textbox(label="Input",
|
67 |
placeholder='Type in your idea here!')
|
68 |
text2 = gr.Textbox(label="Output")
|
69 |
|
70 |
with gr.Tab("Knowledge Graph"):
|
71 |
gr.Markdown("""
|
72 |
+
Are you more of a visual type? Use this tool to generate graphical representations of your ideas and how their features interlink.
|
73 |
|
74 |
Example input: A device to help the visually impaired using proprioception.
|
75 |
|
76 |
Output:
|
77 |
""")
|
78 |
with gr.Row(scale=1, min_width=600):
|
79 |
+
text1 = gr.Textbox(label="Input",
|
80 |
placeholder='Type in your idea here!')
|
81 |
text2 = gr.Textbox(label="Output")
|
82 |
|
|
|
90 |
""")
|
91 |
with gr.Row(scale=1, min_width=600):
|
92 |
gr.Markdown('')
|
93 |
+
text1 = gr.Textbox(label="Input",
|
94 |
placeholder='Type in your idea here!')
|
95 |
text2 = gr.Textbox(label="Output")
|
96 |
|
97 |
with gr.Tab("Prosecution Ideator"):
|
98 |
+
gr.Markdown("""
|
|
|
|
|
|
|
|
|
|
|
99 |
Below is our
|
100 |
|
101 |
Example input: A device to help the visually impaired using proprioception.
|
102 |
|
103 |
Output:
|
104 |
""")
|
105 |
+
with gr.Row(scale=1, min_width=600):
|
106 |
+
text1 = gr.Textbox(label="Input",
|
107 |
+
placeholder='Type in your idea here!')
|
108 |
+
text2 = gr.Textbox(label="Output")
|
109 |
+
|
110 |
|
111 |
chatbot = gr.Chatbot([], elem_id="Claimed Assistant").style(height=500)
|
112 |
with gr.Row():
|