Spaces:
Runtime error
Runtime error
update app
Browse files
app.py
CHANGED
@@ -111,7 +111,7 @@ with gr.Blocks(
|
|
111 |
)
|
112 |
'''
|
113 |
with gr.Column():
|
114 |
-
gr.Markdown(description1)
|
115 |
rationale = gr.Textbox(lines=0, label="Rationale")
|
116 |
answer = gr.Textbox(lines=0, label="Answer")
|
117 |
|
|
|
111 |
)
|
112 |
'''
|
113 |
with gr.Column():
|
114 |
+
# gr.Markdown(description1)
|
115 |
rationale = gr.Textbox(lines=0, label="Rationale")
|
116 |
answer = gr.Textbox(lines=0, label="Answer")
|
117 |
|