Spaces:
Runtime error
Runtime error
TechWithAnirudh
commited on
Commit
·
9cd0bf1
1
Parent(s):
fee0019
Update app.py
Browse files
app.py
CHANGED
@@ -65,9 +65,9 @@ def initialize_prompt(history):
|
|
65 |
|
66 |
|
67 |
with gr.Blocks() as demo:
|
68 |
-
gr.Markdown("""<h3><center>ChatGPT
|
69 |
gr.Markdown(
|
70 |
-
"""This is a
|
71 |
"""
|
72 |
)
|
73 |
|
|
|
65 |
|
66 |
|
67 |
with gr.Blocks() as demo:
|
68 |
+
gr.Markdown("""<h3><center>Free ChatGPT</center></h3>""")
|
69 |
gr.Markdown(
|
70 |
+
"""This is a free version of chatgpt built by @techwithanirudh.
|
71 |
"""
|
72 |
)
|
73 |
|