Skip to content

Commit

Permalink
Creado con Colaboratory
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsenaperez committed Sep 1, 2023
1 parent 9df9414 commit 86b872e
Showing 1 changed file with 75 additions and 0 deletions.
75 changes: 75 additions & 0 deletions siempre.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
{
"nbformat": 4,
"nbformat_minor": 0,
"metadata": {
"colab": {
"private_outputs": true,
"provenance": [],
"authorship_tag": "ABX9TyMuSnVfyVGeG5KR/YbaUHMn",
"include_colab_link": true
},
"kernelspec": {
"name": "python3",
"display_name": "Python 3"
},
"language_info": {
"name": "python"
}
},
"cells": [
{
"cell_type": "markdown",
"metadata": {
"id": "view-in-github",
"colab_type": "text"
},
"source": [
"<a href=\"https://colab.research.google.com/github/abelsenaperez/lio/blob/master/siempre.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"id": "kEqxAQCHabJB"
},
"outputs": [],
"source": [
"pip install streamlit"
]
},
{
"cell_type": "code",
"source": [
"import pip"
],
"metadata": {
"id": "iqDMeq42eGSS"
},
"execution_count": null,
"outputs": []
},
{
"cell_type": "code",
"source": [
"import streamlit as st"
],
"metadata": {
"id": "MIkBfFEHameG"
},
"execution_count": null,
"outputs": []
},
{
"cell_type": "code",
"source": [
"st.title('que hay de ti')"
],
"metadata": {
"id": "aNna53ngarHK"
},
"execution_count": null,
"outputs": []
}
]
}

0 comments on commit 86b872e

Please sign in to comment.