Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ prompt = st.chat_input(placeholder="Eg. How are you?")
|
|
| 8 |
|
| 9 |
logging.basicConfig(level=logging.INFO)
|
| 10 |
|
| 11 |
-
chat = BingGPT(
|
| 12 |
|
| 13 |
def main():
|
| 14 |
st.title("ChatGPT4 UI")
|
|
|
|
| 8 |
|
| 9 |
logging.basicConfig(level=logging.INFO)
|
| 10 |
|
| 11 |
+
chat = BingGPT()
|
| 12 |
|
| 13 |
def main():
|
| 14 |
st.title("ChatGPT4 UI")
|