Streamlit with Google colab in just 3 lines of code

preview_player
Показать описание
import streamlit as st
num3 = number1+number2

# 3 lines of code
! pip install streamlit -q
Рекомендации по теме
Комментарии
Автор

Thanks! yours is the simplest and the only method which worked for me!

usqxvxc
Автор

You are the best, spent days on this and now its working

alaalhumaidan
Автор

Pretty awesome. Thanks a ton brother!!!

arooprath
Автор

Wow, that was pretty simple, thanks for the tutorial.

winviki
Автор

Thankyou so much, it was really helpful!

alkalinebase
Автор

It was of great help & preety simple.Thanks a lot.

shoykotrayhan
Автор

Great and simple. Thanks helped me alot..

endlesscreativity
Автор

Best, it really worked fast. No need for ngrok. Thanks a lot cap.

gorkema
Автор

Thanks you man, Really a LIfe Saver ❤🙏

k.maheshwarlal
Автор

Thanks it help me to run streamlit on collab

OnlinePKg
Автор

Thanks, but I have a problem. The last code doesn’t give me the url anymore, do you know why? Yesterday it worked

simoneggipo
Автор

Can the same idea be applied to code in the Tkinyer library?

cbylnrh
Автор

I imagine it's costly to run LLMs.. is there a limit on how much Google Colab will do for free?

I'm interested in creating a Python application that uses AI.. from what I've read, I could use ChatGPT4 Assistant API and I as the developer would incur the cost whenever the app is used.

Alternatively, I could host a model like Ollama, on my own computer or on the cloud (beam cloud/ Replicate/Streamlit/replit)?

As a 3rd option, could Google Colab work in my situation? Is OpenAI's Assistant API totally different from the API to programmatically interact with Gemini Pro, llama2, mistral, etc?

bennguyen
Автор

how can we create folder name with .streamlit in google colab? it seems not allowed...?

VISHVANI
Автор

can you tell me how to send the link of our app to others, i have done it but everytime it's not accessible to others.

ahlibrary