Update app.py
Browse files
app.py
CHANGED
@@ -75,7 +75,7 @@ if prompt := st.chat_input("Ask Palm 2 anything..."):
|
|
75 |
program_lang=response['program_lang'],
|
76 |
)['url']
|
77 |
st.title('Export to repl.it')
|
78 |
-
st.markdown(f'[{url}
|
79 |
if code_interpreter:
|
80 |
try:
|
81 |
exec(response['code'])
|
|
|
75 |
program_lang=response['program_lang'],
|
76 |
)['url']
|
77 |
st.title('Export to repl.it')
|
78 |
+
st.markdown(f'[link]({url})')
|
79 |
if code_interpreter:
|
80 |
try:
|
81 |
exec(response['code'])
|