algorythmtechnologies's picture
Initial commit with Gradio app and model loading from Hub
e335e03
raw
history blame
336 Bytes
body {
font-family: sans-serif;
margin: 0;
display: flex;
flex-direction: column;
height: 100vh;
}
#controls {
display: flex;
padding: 10px;
background-color: #f0f0f0;
}
#search-bar {
flex: 1;
padding: 5px;
font-size: 16px;
}
#search-button {
padding: 5px 10px;
font-size: 16px;
}
#webview {
flex: 1;
}