Spaces:
Runtime error
Runtime error
EmicoBinsfinder
commited on
Commit
·
9808a5f
1
Parent(s):
b7a097d
Update app.py
Browse files
app.py
CHANGED
@@ -80,21 +80,20 @@ with gr.Blocks() as demo:
|
|
80 |
placeholder='Type in your idea here!')
|
81 |
text2 = gr.Textbox(label="Output")
|
82 |
|
83 |
-
with gr.Tab("
|
84 |
gr.Markdown("""
|
85 |
-
|
86 |
|
87 |
Example input: A device to help the visually impaired using proprioception.
|
88 |
|
89 |
Output:
|
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("
|
98 |
gr.Markdown("""
|
99 |
Below is our
|
100 |
|
@@ -107,7 +106,6 @@ with gr.Blocks() as demo:
|
|
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():
|
113 |
with gr.Column(scale=0.85):
|
|
|
80 |
placeholder='Type in your idea here!')
|
81 |
text2 = gr.Textbox(label="Output")
|
82 |
|
83 |
+
with gr.Tab("Prosecution Ideator"):
|
84 |
gr.Markdown("""
|
85 |
+
Below is our
|
86 |
|
87 |
Example input: A device to help the visually impaired using proprioception.
|
88 |
|
89 |
Output:
|
90 |
""")
|
91 |
with gr.Row(scale=1, min_width=600):
|
|
|
92 |
text1 = gr.Textbox(label="Input",
|
93 |
placeholder='Type in your idea here!')
|
94 |
text2 = gr.Textbox(label="Output")
|
95 |
|
96 |
+
with gr.Tab("Claimed Infill"):
|
97 |
gr.Markdown("""
|
98 |
Below is our
|
99 |
|
|
|
106 |
placeholder='Type in your idea here!')
|
107 |
text2 = gr.Textbox(label="Output")
|
108 |
|
|
|
109 |
chatbot = gr.Chatbot([], elem_id="Claimed Assistant").style(height=500)
|
110 |
with gr.Row():
|
111 |
with gr.Column(scale=0.85):
|