xeroISB commited on
Commit
002ebaf
·
1 Parent(s): 0d218f9
Files changed (1) hide show
  1. app.py +1 -1
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.TextArea(gr.Markdown())
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.TextArea(value = gr.Markdown(),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)
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")