Spaces:
Running
Running
Update app.py
Browse filesI forgot to update the prototype name!
app.py
CHANGED
@@ -58,7 +58,7 @@ INSTRUCTIONS = """
|
|
58 |
</div>
|
59 |
"""
|
60 |
|
61 |
-
TITLE = "<h1>
|
62 |
|
63 |
def generate_response(message: str, system_prompt: str, temperature: float, max_tokens: int):
|
64 |
conversation = [
|
|
|
58 |
</div>
|
59 |
"""
|
60 |
|
61 |
+
TITLE = "<h1> WhatTheCode() 💻🤯 </h1>"
|
62 |
|
63 |
def generate_response(message: str, system_prompt: str, temperature: float, max_tokens: int):
|
64 |
conversation = [
|