wiraindrak commited on
Commit
34b3fd1
·
1 Parent(s): b6adfce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -0
app.py CHANGED
@@ -68,6 +68,13 @@ def summarize(text):
68
 
69
  if __name__ == "__main__":
70
  with gr.Blocks() as demo:
 
 
 
 
 
 
 
71
  with gr.Row():
72
  with gr.Column():
73
  input_text = gr.Textbox(label="Input Text")
 
68
 
69
  if __name__ == "__main__":
70
  with gr.Blocks() as demo:
71
+ gr.Markdown("""<h1 style="text-align:center">Summary of Summarizer - Indonesia</h1>""")
72
+
73
+ gr.Markdown(
74
+ """
75
+ Creator: wiraindrak
76
+ """
77
+ )
78
  with gr.Row():
79
  with gr.Column():
80
  input_text = gr.Textbox(label="Input Text")