yasserrmd commited on
Commit
5cdf426
1 Parent(s): c182a66

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -7
app.py CHANGED
@@ -65,13 +65,12 @@ with gr.Blocks() as demo:
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)
 
65
  gr.Markdown("Generated Explanation")
66
  with gr.Row():
67
  output = gr.Markdown("""
68
+ .
69
+ .
70
+ .
71
+ .
72
+ .
73
+ .
 
74
  """)
75
 
76
  generate_button.click(generate_text, inputs=[prompt_input, max_length, temperature, category_input], outputs=output)