Pragformer commited on
Commit
1fda8b6
1 Parent(s): 4baa3a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -173,7 +173,9 @@ with gr.Blocks() as pragformer_gui:
173
  gr.Markdown(
174
  """
175
  # PragFormer Pragma Classifiction
176
-
 
 
177
  """)
178
 
179
  #with gr.Row(equal_height=True):
 
173
  gr.Markdown(
174
  """
175
  # PragFormer Pragma Classifiction
176
+
177
+ Pragformer is a tool that analyzes C code to determine whether it would benefit from being placed in a parallel for construct and, if necessary, suggests
178
+ the use of data-sharing attribute clauses (e.g. private and reduction) to improve performance. It also provides explainability through the use of LIME.
179
  """)
180
 
181
  #with gr.Row(equal_height=True):