Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -44,7 +44,7 @@ gr.Interface(fn=code_summarizer,
|
|
| 44 |
label='CODE SUMMARY'),
|
| 45 |
title='Python Code Summarizer From CodeTrans',
|
| 46 |
description='Summarize any Python source code',
|
| 47 |
-
article=
|
| 48 |
theme='dark-peach',
|
| 49 |
interpretation='default',
|
| 50 |
layout='horizontal',
|
|
|
|
| 44 |
label='CODE SUMMARY'),
|
| 45 |
title='Python Code Summarizer From CodeTrans',
|
| 46 |
description='Summarize any Python source code',
|
| 47 |
+
article="<p style='text-align: center'><a href='https://github.com/agemagician/CodeTrans' target='_blank'>Original repository</a></p>"
|
| 48 |
theme='dark-peach',
|
| 49 |
interpretation='default',
|
| 50 |
layout='horizontal',
|