yasserrmd commited on
Commit
c182a66
1 Parent(s): ec09a79

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -2
app.py CHANGED
@@ -65,9 +65,14 @@ with gr.Blocks() as demo:
65
  gr.Markdown("Generated Explanation")
66
  with gr.Row():
67
  output = gr.Markdown("""
68
- <div style="height: 200px;border: 1px solid #ddd; padding: 10px;">
 
 
 
 
 
69
  Output will generate here
70
- </div>""")
71
 
72
  generate_button.click(generate_text, inputs=[prompt_input, max_length, temperature, category_input], outputs=output)
73
 
 
65
  gr.Markdown("Generated Explanation")
66
  with gr.Row():
67
  output = gr.Markdown("""
68
+
69
+
70
+
71
+
72
+
73
+
74
  Output will generate here
75
+ """)
76
 
77
  generate_button.click(generate_text, inputs=[prompt_input, max_length, temperature, category_input], outputs=output)
78