Spaces:
Runtime error
Runtime error
Upload app.py
Browse files
app.py
CHANGED
|
@@ -33,7 +33,7 @@ class ChatGPT:
|
|
| 33 |
|
| 34 |
if __name__ == '__main__':
|
| 35 |
my_chatgpt = ChatGPT()
|
| 36 |
-
with gr.Blocks(title="ChatGPT") as demo:
|
| 37 |
gr.Markdown('''
|
| 38 |
# ChatGPT
|
| 39 |
''')
|
|
|
|
| 33 |
|
| 34 |
if __name__ == '__main__':
|
| 35 |
my_chatgpt = ChatGPT()
|
| 36 |
+
with gr.Blocks(title="POULTA INC ChatGPT") as demo:
|
| 37 |
gr.Markdown('''
|
| 38 |
# ChatGPT
|
| 39 |
''')
|