Spaces:
Sleeping
Sleeping
6th
Browse files
app.py
CHANGED
@@ -76,7 +76,7 @@ with gr.Blocks(theme=gr.themes.Default(primary_hue=gr.themes.colors.orange, seco
|
|
76 |
with gr.Row():
|
77 |
gr.Markdown("## Response")
|
78 |
with gr.Row():
|
79 |
-
output = gr.
|
80 |
#output = gr.TextArea(label="Analysis",info="Disclaimer: The information provided below is generated by AI based on text analytics with limited context. It must not be considered as absolute truth or final judgment.", interactive = False, max_lines=20)
|
81 |
with gr.Row():
|
82 |
btn = gr.Button("Analyze")
|
|
|
76 |
with gr.Row():
|
77 |
gr.Markdown("## Response")
|
78 |
with gr.Row():
|
79 |
+
output = gr.Markdown(label="Analysis")
|
80 |
#output = gr.TextArea(label="Analysis",info="Disclaimer: The information provided below is generated by AI based on text analytics with limited context. It must not be considered as absolute truth or final judgment.", interactive = False, max_lines=20)
|
81 |
with gr.Row():
|
82 |
btn = gr.Button("Analyze")
|